Top "Tailwind-css" questions

Tailwind CSS is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs without any annoying opinionated styles you have to fight to override.

How to add a @tailwind CSS rule to css checker

Tailwind adds @tailwind css at rule which is flagged as unknown. How can I avoid this error? eg styles.css @…

visual-studio-code tailwind-css
Vertical align with tailwindcss across full screen div

How can I vertically align a div with tailwind? What I want: ----------------------------------- | | | | | | | item1 | | item2 | | | | | | | ----------------------------------- What I currently have: …

tailwind-css
Error: PostCSS plugin tailwindcss requires PostCSS 8

I installed the new tailwindcss version 2.0 and I've got the following error. I tried to uninstall postcss and tailwindcss but …

javascript node.js npm tailwind-css
How to fill the height of the viewport with tailwind css

I'm just trying out Tailwind CSS and want to know how to fill the height of the viewport. Taking this …

css flexbox tailwind-css
Tailwindcss not working with next.js; what is wrong with the configuration?

For some reason, tailwind is not rendering properly in next.js. I'm wondering if something is wrong with my settings? …

javascript reactjs next.js tailwind-css css-purge
How to create scrollable element in Tailwind without a scrollbar

I'm trying to recreate a horizontal scroll navbar with tailwind without a scrollbar on the bottom like this example (reduce …

css bootstrap-4 tailwind-css bootstrap-5
make footer fixed on the bottom with tailwindCSS

I use tailwindCSS and confront a problem with make footer. base.html <body> {% include "partials/nav.html" %} {% block …

django tailwind-css
TailwindCss Fixed NavBar

I'm trying to create a Fixed Navigation Bar in Tailwind CSS and sticky scroll main page, but no matter what …

javascript html css vue.js tailwind-css
tailwind use font from local files globally

Currently I'm doing this in my style tags @import url('https://fonts.googleapis.com/css?family=Roboto&display=swap'); * { …

javascript html css tailwind-css
TypeError: Object.entries(...).flatMap is not a function

I created a React app and then integrated Tailwind to it. When I ran npm start, I got this error. …

reactjs tailwind-css