mirror of
https://github.com/elk-zone/elk
synced 2024-11-27 14:28:10 +09:00
fix: unquote ol/li selectors
This commit is contained in:
parent
b759e21826
commit
470da9a1be
@ -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 New Issue
Block a user