forked from Mirrors/elk
fix: unquote ol/li selectors
This commit is contained in:
parent
b759e21826
commit
470da9a1be
1 changed files with 2 additions and 2 deletions
|
@ -146,10 +146,10 @@ em-emoji-picker {
|
||||||
--at-apply: hidden;
|
--at-apply: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'ol > li' {
|
ol > li {
|
||||||
--at-apply: pl-2;
|
--at-apply: pl-2;
|
||||||
}
|
}
|
||||||
'ul > li' {
|
ul > li {
|
||||||
--at-apply: pl-2;
|
--at-apply: pl-2;
|
||||||
}
|
}
|
||||||
.code-block {
|
.code-block {
|
||||||
|
|
Loading…
Reference in a new issue