Lots of new features being added.
But the most interesting part is that they seem to want to change the configuration format from JS to using a CSS.
You must log in or register to comment.
Awesome! I love Tailwind!
Also there’s some funny part: If you still use the tailwind.config.js config format, you can import it from the new CSS configuration.
Yes.
You can import a JavaScript file from a CSS file.
@import "tailwindcss"; @config "../../tailwind.config.js";
Cursed?