stylus / nib

Stylus mixins, utilities, components, and gradient image generation
http://stylus.github.io/nib
MIT License
1.91k stars 249 forks source link

Better box model reset #278

Closed nanuclickity closed 7 years ago

nanuclickity commented 9 years ago

These properties are part of box model too. :)

notslang commented 9 years ago

I'm pretty sure that those are always 0/none by default... so no browser would require those to be reset. But I welcome more conversation on this PR.

nanuclickity commented 9 years ago

CSS Frameworks have box-shadow and border-radius set up on various classes. e.g bootstrap.

Sometimes, a flat dropdown or not rounded square buttons, is exactly what i want.

notslang commented 9 years ago

Though then you're resetting properties from the framework, not the browser. I think your best bet would be to use components rather than frameworks so you're not adding large swaths of styles that you don't really want. Or, modify the framework itself.