changing the name of the source folder

This commit is contained in:
CJ Patoilo
2015-12-26 18:40:55 -03:00
parent 557c258c47
commit d9d4e3ce20
15 changed files with 0 additions and 0 deletions

29
src/_List.sass Normal file
View File

@@ -0,0 +1,29 @@
// List
//
dl,
ol,
ul
margin-top: 0
padding-left: 0
dl
ul,
ol
font-size: 90%
margin: 1.5rem 0 1.5rem 3.0rem
dl
list-style: none
ul
list-style: circle inside
ol
list-style: decimal inside
dt,
dd,
li
margin-bottom: 1.0rem