mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-02-20 15:38:27 +08:00
fix wrong @supports test case
This commit is contained in:
@@ -368,8 +368,10 @@
|
|||||||
@supports (display: auto) or
|
@supports (display: auto) or
|
||||||
(display: auto) not
|
(display: auto) not
|
||||||
(display: auto) {
|
(display: auto) {
|
||||||
|
.supports {
|
||||||
display: auto;
|
display: auto;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
hanging-punctuation: loose;
|
hanging-punctuation: loose;
|
||||||
|
|||||||
Reference in New Issue
Block a user