pintariching / railwind

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

feat: add support for transform classes #5

Closed vermutely closed 1 year ago

vermutely commented 1 year ago

Code changes

Added support for the following list of TailwindCSS classes.

The style was not applied without the initial CSS variables in preflight.css, so the following file is being modified.

I am not sure about match in mod.rs, and types.rs. If there is any inadequacy, I would appreciate your advice.