pintariching / railwind

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

Preflight styles? #45

Closed adundovi closed 1 year ago

adundovi commented 1 year ago

How to get the Preflight styles with railwind, i.e., to remove all default browser CSS?

pintariching commented 1 year ago

You can use the -p flag to add the preflight. Check the -h flag for help.

adundovi commented 1 year ago

Yes, it works. Thank you. Sorry for opening this issue, I had to look into the source first.