About 2,280,000 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. How to use @keyframes in Tailwind CSS version 4?

    Jan 28, 2025 · However, if you still want to use a tailwind.config.js similar to v3, follow "TailwindCSS v4 is backwards compatible with v3" steps with the @config directive. Use new …

  4. tailwind css - How can generate separate CSS files for different ...

    Mar 26, 2025 · I'm using Tailwind CSS v4 and I'd like to generate separate compiled CSS files for different sections of my app (e.g. blog.css, dashboard.css), each one containing only the utility …

  5. tailwind css version 3 to 4 upgrade - Stack Overflow

    Jul 20, 2025 · I am working on a project using HTML, CSS, vanilla JS, and Tailwind version 4. The installation of Tailwind is successful, but while customizing Tailwind, it fails to update. It …

  6. How to configure Tailwind CSS v4 in an ASP.NET Core MVC project?

    Mar 20, 2025 · I'm working on setting up Tailwind CSS in an ASP.NET Core MVC project, and previously, with Tailwind v3, the process involved initializing a tailwind.config.js file and …

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

    Feb 3, 2025 · 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 …

  8. 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. …

  9. tailwind css - How is it possible to specify a safelist in TailwindCSS ...

    Jan 2, 2025 · The Tailwind CSS team generally takes a firm stance against this kind of syntax because, for example, with bg-*, imagine how many possible variations there could be - this …

  10. tailwind css - TailwindCSS v4 responsive and custom CSS not …

    Apr 7, 2025 · 0 What's layers Since v4, CSS layers play a significant role. The @layer CSS at-rule is used to declare a cascade layer and can also be used to define the order of precedence in …