barecss
Version:
A classless CSS framework http://barecss.com
26 lines (18 loc) • 392 B
text/less
@import (reference) "_variables";
/* lists
----------------------------------------------------------------------*/
ul, ol {
&@{n}, &@{x} {
padding-left: 2rem;
margin: 0 0 2rem;
ul, ol { margin-bottom: 0 }
}
}
ul@{n}, ul@{x} {
list-style: disc;
ul { list-style: circle }
}
ol@{n}, ol@{x} {
list-style: decimal;
ol { list-style: lower-alpha }
}