Home | History | Annotate | Download | only in css

Lines Matching refs:INS

174 %token <number> INS
1440 | INS maybe_space { $$.id = 0; $$.fValue = $1; $$.unit = CSSPrimitiveValue::CSS_IN; }