pintariching / railwind

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

feat: add support for interactivity classes #11

Closed vermutely closed 1 year ago

vermutely commented 1 year ago

Code changes

Added support for the following list of TailwindCSS classes.

pintariching commented 1 year ago

One thing I would change is to reference the colors.rs that already exists in the class folder. That cuts down a bit on the duplicated code. Also the padding and margin .ron files are also the same I think?

vermutely commented 1 year ago

@pintariching Thanks for confirming! I changed it to refer to colors.ron.