pintariching / railwind

Tailwind compiler rewritten in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is `tailwind.config.js` supported?

Folyd opened this issue · comments

commented

Not yet. Currently I'm implementing the rest of the classes, after that I'll tackle the tailwind.config.js

At the moment, a railwind.config.ron config file is supported. You can read more about the ron file format here. It's a bit more convenient and I'll look into supporting the tailwind.config.js file format.