pintariching / railwind

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

fix: Incorrect selectors generated by some modifiers #24

Closed vermutely closed 1 year ago

vermutely commented 1 year ago

I have noticed a problem with some pseudo-modifiers causing incorrect selectors.

Example

Tailwind Play

Tailwind Play

Railwind

Railwind

Code Changes

I have fixed the following pseudo-modifier This ensures that the correct selector is created.