mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-06 04:04:21 +00:00
Mark opinionated declarations
This commit is contained in:
parent
9924969c5f
commit
60cadb0921
4
normalize.css
vendored
4
normalize.css
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user