mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
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;
|
||||
}
|
||||
}
|
||||
'ol > li' {
|
||||
ol > li {
|
||||
--at-apply: pl-2;
|
||||
}
|
||||
'ul > li' {
|
||||
ul > li {
|
||||
--at-apply: pl-2;
|
||||
}
|
||||
.code-block {
|
||||
|
|
Loading…
Reference in a new issue