Skip to content

Commit 54725a6

Browse files
committed
Merge pull request #251 from jasontipton/patch-2
Adding a blank list option.
2 parents cadbd4c + e53721b commit 54725a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass/_typography.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ ol {
105105
}
106106

107107
ul {
108-
&.square, &.circle, &.disc {
108+
&.square, &.circle, &.disc, &.blank {
109109
margin-left: 25px;
110110
}
111111
&.square {

0 commit comments

Comments
 (0)