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.

  • hono4kami@slrpnk.netOP
    link
    fedilink
    arrow-up
    0
    ·
    3 days ago

    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?