Home | History | Annotate | Download | only in css

Lines Matching refs:HEX

120 %nonassoc <string> HEX
1014 | HEX {
1415 | HEX maybe_space { $$.id = 0; $$.string = $1; $$.unit = CSSPrimitiveValue::CSS_PARSER_HEXCOLOR; }