mirror of
https://github.com/thangisme/notes.git
synced 2024-10-31 20:17:30 -04:00
12 lines
186 B
SCSS
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;
|
|
}
|