mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
git-subtree-dir: Resources/assets/scratch-css git-subtree-split: 7906f505168c132e2b52de3194761cbf51eaac63
10 lines
131 B
SCSS
10 lines
131 B
SCSS
ul {
|
|
&.unstyled {
|
|
list-style: none;
|
|
padding-left: 0em;
|
|
|
|
ul {
|
|
list-style:disc outside;
|
|
}
|
|
}
|
|
} |