fbrctr / fabricator

A tool for building website UI toolkits and style guides
http://fbrctr.github.io/
MIT License
1.11k stars 124 forks source link

Should use normalize as default #234

Closed Sensiblemnd closed 8 years ago

jonorherrington commented 8 years ago

Again people like to use different css resets. Not everyone uses normalize. I don't think this should be baked into vanilla Fabricator.

-1

larrybotha commented 8 years ago

agreed, fabricator's styles should all be namespaced so as to reduce any conflicts with whichever css anyone imports. A reset affects styles globally, yielding different styles from what someone may expect in production.