File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11syn match cssColorProp contained " \< color-adjust\> "
22syn keyword cssColor contained rebeccapurple
3+ syn match cssColor contained " #[0-9A-Fa-f]\{ 8\}\> " contains =cssUnitDecorators
34syn region cssFunction contained matchgroup =cssFunctionName start =" \<\( hwb\| lab\| lch\| gray\| color\| device-cmyk\| color-mod\=\)\s *(" end =" )" oneline keepend
45syn match cssFontDescriptor " @color-profile\> " nextgroup =cssFontDescriptorBlock skipwhite skipnl
Original file line number Diff line number Diff line change 9898}
9999
100100.color-4 {
101- color-adjust : rebeccapurple;
101+ color-adjust : # FFEEDDFF ;
102+ display : rebeccapurple;
102103 display : hwb (120deg , 44% , 50% );
103104 display : lab (1 2 3 );
104105 display : lch (4 5 6 );
Original file line number Diff line number Diff line change 117117}
118118
119119.color-4 {
120- color-adjust : rebeccapurple;
120+ color-adjust : # FFEEDDFF ;
121+ display : rebeccapurple;
121122 display : hwb (120deg , 44% , 50% );
122123 display : lab (1 2 3 );
123124 display : lch (4 5 6 );
You can’t perform that action at this time.
0 commit comments