About 2,120,000 results
Open links in new tab
  1. Tailwind CSS not applying styles - Stack Overflow

    Jun 15, 2022 · The question was originally written for Tailwind CSS v3. Please keep in mind that the new v4 release has more breaking changes, making other questions more relevant now. …

  2. Tailwind CSS v4 - Unknown at rule @plugin, @custom-variant, …

    Mar 17, 2025 · I'm using Tailwind CSS v4 in my Next.js project and getting the following errors in globals.css: Unknown at rule @plugin css (unknownAtRules) Unknown at rule @custom …

  3. css - How to use @apply in Tailwind v4? - Stack Overflow

    Aug 22, 2025 · Since Tailwind v4 update, all @apply directives have ceased to function. The docs provide a workaround with @reference but the posted example is vague. I tried this but it …

  4. tailwind.config.js file not being generated - Stack Overflow

    Aug 24, 2022 · There's no need for the tailwind.config.js file. From now on, with the CSS-first configuration, you can customize TailwindCSS directly from a CSS file. npm install tailwindcss …

  5. javascript - Problem installing TailwindCSS after `npx tailwindcss …

    Jan 23, 2025 · The tailwind version has upgraded to v4, npx tailwindcss init -p this command will no longer work in the new update for continuing with the old steps for installing tailwindcss run

  6. visual studio code - Tailwind CSS IntelliSense plugin just isn't ...

    Apr 21, 2020 · Running Tailwind CSS: Show Output from View -> Command Palette (or Ctrl + Shift + P), as suggested here, unveils that the "Tailwind CSS IntelliSense" plugin is looking for …

  7. tailwind css - Issues installing Tailwindcss, specifically with "npx ...

    Dec 28, 2021 · CSS-first configuration replaces tailwind.config.js. The init process has been removed since it's no longer needed. The CLI and PostCSS packages have been separated, …

  8. VSCode Tailwind CSS Intellisense autocompletion and suggestions …

    Jan 28, 2025 · Tailwind css has released new version (4.0.0) and after installing it - ( npm install tailwindcss @tailwindcss/vite ) intellisense extension on VS Code stops working!

  9. How to use CSS variables with Tailwind CSS - Stack Overflow

    Nov 17, 2020 · You can use font family CSS variables with Tailwind CSS by following these steps: Define your font family CSS variables in a global CSS file, such as global.css, and target the …

  10. How to access all the direct children of a div in Tailwind CSS?

    Apr 16, 2021 · How to access all the direct children of a div in Tailwind CSS? Asked 4 years, 7 months ago Modified 1 month ago Viewed 299k times