8 lines
88 B
CSS
8 lines
88 B
CSS
|
|
li {
|
||
|
|
&::before {
|
||
|
|
content: none;
|
||
|
|
}
|
||
|
|
&::marker {
|
||
|
|
content: initial;
|
||
|
|
}
|
||
|
|
}
|