|
25 | 25 | "red0 -red --red -\\-red\\ blue 0red -0red \u0000red _Red .red rêd r\\êd \u007F\u0080\u0081", [
|
26 | 26 | ["ident", "red0"], " ",
|
27 | 27 | ["ident", "-red"], " ",
|
28 |
| - "-", ["ident", "-red"], " ", |
| 28 | + ["ident", "--red"], " ", |
29 | 29 | ["ident", "--red blue"], " ",
|
30 | 30 | ["dimension", "0", 0, "integer", "red"], " ",
|
31 | 31 | ["dimension", "-0", 0, "integer", "red"], " ",
|
|
54 | 54 | "rgba0() -rgba() --rgba() -\\-rgba() 0rgba() -0rgba() _rgba() .rgba() rgbâ() \\30rgba() rgba () @rgba() #rgba()", [
|
55 | 55 | ["function", "rgba0"], " ",
|
56 | 56 | ["function", "-rgba"], " ",
|
57 |
| - "-", ["function", "-rgba"], " ", |
| 57 | + ["function", "--rgba"], " ", |
58 | 58 | ["function", "--rgba"], " ",
|
59 | 59 | ["dimension", "0", 0, "integer", "rgba"], ["()"], " ",
|
60 | 60 | ["dimension", "-0", 0, "integer", "rgba"], ["()"], " ",
|
|
70 | 70 | "@media0 @-Media @--media @-\\-media @0media @-0media @_media @.media @medİa @\\30 media\\", [
|
71 | 71 | ["at-keyword", "media0"], " ",
|
72 | 72 | ["at-keyword", "-Media"], " ",
|
73 |
| - "@", "-", ["ident", "-media"], " ", |
| 73 | + ["at-keyword", "--media"], " ", |
74 | 74 | ["at-keyword", "--media"], " ",
|
75 | 75 | "@", ["dimension", "0", 0, "integer", "media"], " ",
|
76 | 76 | "@", ["dimension", "-0", 0, "integer", "media"], " ",
|
|
83 | 83 | "#red0 #-Red #--red #-\\-red #0red #-0red #_Red #.red #rêd #êrd #\\.red\\", [
|
84 | 84 | ["hash", "red0", "id"], " ",
|
85 | 85 | ["hash", "-Red", "id"], " ",
|
86 |
| - ["hash", "--red", "unrestricted"], " ", |
| 86 | + ["hash", "--red", "id"], " ", |
87 | 87 | ["hash", "--red", "id"], " ",
|
88 | 88 | ["hash", "0red", "unrestricted"], " ",
|
89 | 89 | ["hash", "-0red", "unrestricted"], " ",
|
|
308 | 308 | "12red0 12.0-red 12--red 12-\\-red 120red 12-0red 12\u0000red 12_Red 12.red 12rêd", [
|
309 | 309 | ["dimension", "12", 12, "integer", "red0"], " ",
|
310 | 310 | ["dimension", "12.0", 12, "number", "-red"], " ",
|
311 |
| - ["number", "12", 12, "integer"], "-", ["ident", "-red"], " ", |
| 311 | + ["dimension", "12", 12, "integer", "--red"], " ", |
312 | 312 | ["dimension", "12", 12, "integer", "--red"], " ",
|
313 | 313 | ["dimension", "120", 120, "integer", "red"], " ",
|
314 | 314 | ["number", "12", 12, "integer"], ["dimension", "-0", 0, "integer", "red"], " ",
|
|
392 | 392 | ],
|
393 | 393 |
|
394 | 394 | "~=|=^=$=*=||<!------> |/**/| ~/**/=", [
|
395 |
| - "~=", "|=", "^=", "$=", "*=", "||", "<!--", "-", "-", "-->", |
| 395 | + "~=", "|=", "^=", "$=", "*=", "||", "<!--", ["ident", "----"], ">", |
396 | 396 | " ", "|", "|", " ", "~", "="
|
397 | 397 | ],
|
398 | 398 |
|
|
0 commit comments