Merge pull request #529 from battaglr/mark-opinionated-declarations

Mark opinionated styles
This commit is contained in:
Jonathan Neal 2016-03-15 17:12:50 -04:00
commit f2e0d310c0

4
normalize.css vendored
View File

@ -1,7 +1,7 @@
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.
* 1. Set default font family to sans-serif (opinionated).
* 2. Prevent iOS and IE text size adjust after device orientation change,
* without disabling user zoom.
*/
@ -13,7 +13,7 @@ html {
}
/**
* Remove default margin.
* Remove default margin (opinionated).
*/
body {