Created by: mrchief
This change brings in postcss-normalize as default reset css.
postcss-normalize has 3 options and their default values would suffice for most use cases. The one that users would care for most is the browsers
options which can be overridden by .browserslistrc
or browserslist
setting in pacakge.json, so there is no issue leaving it as empty.
The remaining 2 are better left off (default) but I'm not sure if having a way for users to override those default would violate the core ideas. I'm not sure how often they are used so it's kind of hard for me to make a call here. I'd love to hear from the authors and community about this.
Fixes #2273 (closed).