Skip to content

Commit

Permalink
Add unstyled list class
Browse files Browse the repository at this point in the history
  • Loading branch information
ediblecode committed Apr 27, 2017
1 parent 409b114 commit 4dbe187
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/stylesheets/typography/_typography-lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ ol {
.list {
@extend %list;

&--unstyled {
list-style: none;
margin-left: 0;
padding: 0;
}

&--featured {
list-style: none outside;

Expand All @@ -37,6 +43,5 @@ ol {
}
}
}

}
}

0 comments on commit 4dbe187

Please sign in to comment.