summaryrefslogtreecommitdiff
path: root/scss/utils.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/utils.scss')
-rw-r--r--scss/utils.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/utils.scss b/scss/utils.scss
index a05a216..f8336eb 100644
--- a/scss/utils.scss
+++ b/scss/utils.scss
@@ -5,3 +5,7 @@
.font-weight-lighter {
font-weight: lighter;
}
+
+li.list-style-none, .list-style-none li {
+ list-style-type: none;
+}