Update _lists.scss

This commit is contained in:
Patrick Marsceill
2019-09-10 12:25:26 -04:00
committed by GitHub
parent 20c7b97b3e
commit 5391eb0a13

View File

@@ -8,4 +8,10 @@
padding: 0 !important;
margin: 0 !important;
list-style: none !important;
li {
&::before {
display: none;
}
}
}