mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-04 03:01:23 -06:00
8 lines
150 B
SCSS
8 lines
150 B
SCSS
// stylelint-disable primer/selector-no-utility
|
|
|
|
.list-style-none {
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
list-style: none !important;
|
|
}
|