mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +08:00
Follow changes in the default runtime files
These removed syntaxes are included in [runtime files update][1].
[1]: 06fe74aef7 (diff-613ff34c5d60e41a3fc93fcb58277143)
This commit is contained in:
@@ -72,9 +72,7 @@
|
||||
}
|
||||
|
||||
.cascade-3 {
|
||||
all: auto;
|
||||
display: initial;
|
||||
display: unset;
|
||||
display: auto;
|
||||
}
|
||||
|
||||
.cascade-4 {
|
||||
@@ -241,8 +239,6 @@
|
||||
}
|
||||
|
||||
.display-3 {
|
||||
display: flow;
|
||||
display: flow-root;
|
||||
display: contents;
|
||||
display: ruby;
|
||||
display: ruby-base;
|
||||
@@ -410,10 +406,8 @@
|
||||
}
|
||||
|
||||
.grid-1 {
|
||||
grid-template: auto;
|
||||
display: minmax(0, 1);
|
||||
display: repeat(4);
|
||||
display: 0.2fr;
|
||||
display: dense;
|
||||
display: auto-flow;
|
||||
display: span;
|
||||
@@ -968,12 +962,8 @@ view {
|
||||
}
|
||||
|
||||
.text-3 {
|
||||
hyphens: auto;
|
||||
line-break: auto;
|
||||
overflow-wrap: auto;
|
||||
tab-size: auto;
|
||||
text-align-all: auto;
|
||||
display: manual;
|
||||
display: loose;
|
||||
display: strict;
|
||||
display: match-parent;
|
||||
@@ -1091,12 +1081,8 @@ view {
|
||||
|
||||
.values-3 {
|
||||
display: 1ch;
|
||||
display: 1vw;
|
||||
display: 1vh;
|
||||
display: 1vmin;
|
||||
display: 1q;
|
||||
display: 1turn;
|
||||
display: calc(100%/3 - 2*1em - 2*1px);
|
||||
}
|
||||
|
||||
.values-4 {
|
||||
@@ -1113,8 +1099,7 @@ view {
|
||||
}
|
||||
|
||||
.variables-1 {
|
||||
--var-foo: auto;
|
||||
display: var(foo);
|
||||
display: auto;
|
||||
}
|
||||
|
||||
.web-animations-1 {
|
||||
|
||||
Reference in New Issue
Block a user