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.

My TailWind CSS Intellisense plugin just isn't working on my VSCode

So the description of the plugin is that it'll display suggestions of classes when am working on the markup, but …

visual-studio-code tailwind-css
Tailwind: text-overflow: ellipsis?

Is there a way to use text-overflow: ellipsis Thought the Tailwind CSS Framework I would like to use the tailwind …

css overflow tailwind-css
Can you change base font family in tailwind config?

I’ve added in new font families in my tailwind.config.js file. These are available with the .font-sans class, …

css tailwind-css
TypeError: Invalid PostCSS Plugin found at: plugins[0]

I cloned this repo https://github.com/tailwindcss/setup-examples/tree/master/examples/nextjs then I updated tailwind.config.js theme: { …

next.js postcss tailwind-css
Tailwind CSS how to code pixel perfect design

Just started to use https://tailwindcss.com And can't figure out how to code pixel perfect design only with tailwind …

css tailwind-css
Tailwind CSS :before pseudo class

I've now been working in circles trying to understand what is happening. I'm making a design library using storybook with …

reactjs storybook tailwind-css emotion css-in-js
Can't center absolute position (Tailwind.css)

Background & Problem: I'm using Tailwind CSS and Alpine.js for a simple search bar that has a dropdown positioned …

html css tailwind-css
How to solve semi-colon expected css(css-semicolonexpected)

I'm trying to use Tailwindcss '@apply' directives in a tag of a Nuxtjs Vue file; everything works fine, but …

vue.js nuxt.js tailwind-css
How to use TailwindCSS with Django?

How to use all features of TailwindCSS in a Django project (not only the CDN), including a clean workflow with …

python css django tailwind-css