© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Lucas Frutig
frontend
Niiice. tailwind 2 config is the same as older versions?
Bhanu Teja Pachipulusu
Full-Stack Developer & Entrepreneur
If you have been using config similar to the with-tailwindcss example repo, then PostCSS config is the same.
with-tailwindcss
In tailwind config, you have an extra darkMode: false option.
tailwind config
darkMode: false
You also need to add postcss 8 as a dependency.
postcss 8