From 1a7a0e62a2d6bac5e8848e786f1c30428dd4b7b2 Mon Sep 17 00:00:00 2001 From: Brett Mason Date: Thu, 17 Dec 2015 15:28:04 +0000 Subject: [PATCH] Nested unordered/ordered lists Fixes nested unordered/ordered lists - see [7596](https://github.com/zurb/foundation-sites/issues/7596) --- scss/typography/_base.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/typography/_base.scss b/scss/typography/_base.scss index 6b8282633..f529bc8df 100644 --- a/scss/typography/_base.scss +++ b/scss/typography/_base.scss @@ -373,7 +373,6 @@ $abbr-underline: 1px dotted $black !default; & & { margin-#{$global-left}: $list-nested-side-margin; margin-bottom: 0; - list-style-type: inherit; } } -- 2.47.2