File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11syn keyword cssFontProp contained text- space- collapse text- space- trim text- wrap text- spacing text- group- align wrap- before wrap- after wrap- inside hyphenate- character hyphenate- limit- zone hyphenate- limit- chars hyphenate- limit- lines hyphenate- limit- last line- padding word- boundary- detection word- boundary- expansion
2- syn keyword cssFontAttr contained spread punctuation preserve- breaks preserve- spaces trim - inner discard- before discard- after avoid- line avoid- flex pre- wrap- auto no- limit trim- start trim- end trim- adjacent space- start space- end space- adjacent space- first no- compress ideograph- alpha ideograph- numeric ideographic- space
2+ syn keyword cssFontAttr contained spread punctuation preserve- breaks preserve- spaces discard - inner discard- before discard- after avoid- line avoid- flex pre- wrap- auto no- limit trim- start trim- end trim- adjacent space- start space- end space- adjacent space- first no- compress ideograph- alpha ideograph- numeric ideographic- space
Original file line number Diff line number Diff line change @@ -1086,7 +1086,7 @@ view {
10861086 word-boundary-expansion : auto;
10871087 display : preserve-breaks;
10881088 display : preserve-spaces;
1089- display : trim -inner;
1089+ display : discard -inner;
10901090 display : discard-before;
10911091 display : discard-after;
10921092 display : avoid-line;
You can’t perform that action at this time.
0 commit comments