File tree Expand file tree Collapse file tree 3 files changed +9
-14
lines changed Expand file tree Collapse file tree 3 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 1
1
syn match cssFontProp contained " \<\(\( min\| max\) -\)\=\( block\| inline\) -size\> "
2
- syn match cssFontProp contained " \<\( margin\| inset \| padding\)\( -\( block\| inline\)\( -\( start\| end\)\)\=\)\=\> "
2
+ syn match cssFontProp contained " \<\( margin\| padding\)\( -\( block\| inline\)\( -\( start\| end\)\)\=\)\=\> "
3
3
syn match cssFontProp contained " \< border-\( block\| inline\)\(\( -\( start\| end\)\)\=\( -\( width\| style\| color\)\)\=\)\=\> "
4
4
syn match cssFontProp contained " \< border-\( start\| end\) -\( start\| end\) -radius\> "
5
5
syn keyword cssFontAttr contained logical physical rotate
Original file line number Diff line number Diff line change 1
- syn match cssFontProp contained " \< offset -\( before \| end \| after \| start\) \> "
1
+ syn match cssFontProp contained " \< inset \( -\( block \| inline \)\( - \( start\| end \)\)\=\)\= \>"
2
2
syn keyword cssFontAttr contained sticky
Original file line number Diff line number Diff line change @@ -499,14 +499,6 @@ template {
499
499
margin-inline-end : auto;
500
500
margin-block : auto;
501
501
margin-inline : auto;
502
- inset-block-start : auto;
503
- inset-block-end : auto;
504
- inset-inline-start : auto;
505
- inset-inline-end : auto;
506
- inset-block : auto;
507
- inset-inline : auto;
508
- inset : auto;
509
- padding-block-start : auto;
510
502
padding-block-end : auto;
511
503
padding-inline-start : auto;
512
504
padding-inline-end : auto;
@@ -661,10 +653,13 @@ mask {
661
653
}
662
654
663
655
.position-3 {
664
- offset-before : auto;
665
- offset-end : auto;
666
- offset-after : auto;
667
- offset-start : auto;
656
+ inset-block-start : auto;
657
+ inset-block-end : auto;
658
+ inset-inline-start : auto;
659
+ inset-inline-end : auto;
660
+ inset-block : auto;
661
+ inset-inline : auto;
662
+ inset : auto;
668
663
display : sticky;
669
664
}
670
665
You can’t perform that action at this time.
0 commit comments