1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-15 23:15:27 +00:00
notes/_sass/utilities/_lists.scss
2019-05-13 16:55:22 -04:00

12 lines
206 B
SCSS

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