Home | History | Annotate | Download | only in css

Lines Matching full:khertz

184 %token <number> KHERTZ
1450 | KHERTZ maybe_space { $$.id = 0; $$.fValue = $1; $$.unit = CSSPrimitiveValue::CSS_KHZ; }