1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-09 06:10:54 +00:00
notes/_sass/utilities/_lists.scss
Patrick Marsceill 594385ae7b
initial commit
2017-03-24 09:47:37 -04:00

12 lines
186 B
SCSS

//
// Utility classes for lists
//
// stylelint-disable primer/selector-no-utility
.list-style-none {
padding: 0 !important;
margin: 0 !important;
list-style: none !important;
}