From af16a182f19c609a4cb3a9f0bb2fbda60f71889a Mon Sep 17 00:00:00 2001 From: JohnAlbin Date: Sun, 31 Aug 2014 11:10:48 +0800 Subject: [PATCH] Add code comment about nested lists. --- _normalize.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_normalize.scss b/_normalize.scss index 6f4bef302..e9411d40c 100644 --- a/_normalize.scss +++ b/_normalize.scss @@ -340,6 +340,10 @@ sub { } @if not $strict-normalize { + /** + * Turn off margins on nested lists. + */ + ol, ul { ol,