Home | History | Annotate | Download | only in css

Lines Matching full:secs

167 %token <number> SECS
1397 | SECS maybe_space { $$.id = 0; $$.fValue = $1; $$.unit = CSSPrimitiveValue::CSS_S; }