discuss icon indicating copy to clipboard operation
discuss copied to clipboard

A place to ask questions, get help, or share what you've built with Tailwind CSS.

Results 100 discuss issues
Sort by recently updated
recently updated
newest added

As discussed here https://github.com/tailwindcss/discuss/issues/304 , people get confused and expect to run commands such as this one `npx tailwind build styles.css -o output.css` without having to install anything only to...

Been trying out Tailwind for about a week now, and lovin' it!! 😍 Just wanted to see how everybody's sorting/ordering their classes in the markup. Sometimes the strings can get...

I have received a design that requires different vertical spacing values dependant on device width. At the moment I achieve this using numerous spacing values, each with a suffix to...

Slashes cause a bug in tailwind.run. For example: `div.w-1/5*3` results in: ``` div.w-1/ ```

Hello everybody, is it possible to overwrite tailwind's `.underline` class and change the thickness of the line? Thank you all for your feedback :-)

This is my tailwind.config.js: ` variants: { backgroundColor: ['responsive', 'group-hover', 'first', 'last', 'odd', 'even', 'hover', 'focus', 'active', 'visited', 'disabled'], },` And this my html: ` item ` Does not work...

@adamwathan I am having an error show up when I run ``` NPM run dev ```. here are the versions i am using ## Laravel: 5.6.34 ## TailWindCss: 0.6.5 ##...

I followed the instructions at https://tailwindcss.com/docs/installation ... - Created empty folder named test - Added package.json file (see below) - Ran `npm install` and a ton of folders including `tailwindcss`...

Hey 👋 First, Thank you for Tailwind ! I use it in all of my professionals or personals projects, it is so awesome 😄 I've been working on many different...