pintariching / railwind

Tailwind compiler rewritten in rust
MIT License
320 stars 9 forks source link

Is `tailwind.config.js` supported? #3

Open Folyd opened 1 year ago

pintariching commented 1 year ago

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

pintariching commented 1 year ago

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.