summaryrefslogtreecommitdiff
path: root/scss/utils.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/utils.scss')
-rw-r--r--scss/utils.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/utils.scss b/scss/utils.scss
index 7cd2a58..b595802 100644
--- a/scss/utils.scss
+++ b/scss/utils.scss
@@ -2,6 +2,7 @@
font-style: italic;
}
-li.list-style-none, .list-style-none li {
+li.list-style-none,
+.list-style-none li {
list-style-type: none;
}