stylify / packages

💎 Monorepository for Stylify packages. Stylify uses CSS-like selectors to generate Extremely optimized utility-first CSS dynamically based on what you write 💎.
https://stylifycss.com
MIT License
424 stars 9 forks source link

docs: style resetting #213

Open mzaini30 opened 1 year ago

mzaini30 commented 1 year ago

Describe the problem

I can't find style resetting guidance in docs

Describe the proposed solution

Maybe, you can add this in docs: https://github.com/unocss/unocss#style-resetting

Alternatives considered

-

Importance

i cannot use Stylify CSS without it

Machy8 commented 1 year ago

Hi,

Stylify doesn't have any own reset and preset by default, so you can use any CSS reset library you want (as you already mentioned in the description).

I recommend using for example:

I will add this into the docs. I havent though, that somebody may want to know this. Thanks!