mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-14 14:27:06 +08:00
Update test for HTML
This commit is contained in:
@@ -47,7 +47,6 @@
|
|||||||
border-bottom-right-radius: auto;
|
border-bottom-right-radius: auto;
|
||||||
border-bottom-left-radius: auto;
|
border-bottom-left-radius: auto;
|
||||||
border-top-left-radius: auto;
|
border-top-left-radius: auto;
|
||||||
box-decoration-break: auto;
|
|
||||||
box-shadow: auto;
|
box-shadow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -66,9 +65,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.break {
|
.break {
|
||||||
break-after: auto;
|
break-after: any;
|
||||||
break-before: auto;
|
break-before: auto;
|
||||||
break-inside: auto;
|
break-inside: auto;
|
||||||
|
box-decoration-break: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cascade {
|
.cascade {
|
||||||
|
|||||||
Reference in New Issue
Block a user