From 60cadb0921606a6f76d05f3507bf98c68bf35297 Mon Sep 17 00:00:00 2001 From: battaglr Date: Mon, 14 Mar 2016 22:18:13 -0300 Subject: [PATCH] Mark opinionated declarations --- normalize.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/normalize.css b/normalize.css index 3a71d04..fdad6d9 100644 --- a/normalize.css +++ b/normalize.css @@ -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 {