Switch to SCSS syntax to resolve abiguous syntax issues in SASS

This commit is contained in:
M. George Hansen 2016-11-04 15:33:06 -07:00
parent 82b1c35392
commit 71d96ab639
Signed by: mgeorgehansen
SSH key fingerprint: SHA256:JlIGiQLPyQ2RHTH3a2oVlb20Xkh9Glr8DUF4YTXHJxM
22 changed files with 365 additions and 252 deletions

9
src/_lists.scss Normal file
View file

@ -0,0 +1,9 @@
ul, ol {
margin: 0;
padding: 0;
list-style-type: none;
ol, ul {
padding: 0;
}
}