1
0
mirror of https://github.com/thangisme/notes.git synced 2024-09-29 08:26:00 -04:00
notes/_sass/utilities/_lists.scss

12 lines
206 B
SCSS
Raw Normal View History

2017-03-24 09:47:37 -04:00
//
// Utility classes for lists
//
2019-05-13 16:55:22 -04:00
// stylelint-disable primer/selector-no-utility, primer/no-override
2017-03-09 13:16:08 -05:00
.list-style-none {
padding: 0 !important;
margin: 0 !important;
list-style: none !important;
}