Home | History | Annotate | Download | only in css

Lines Matching refs:property

229 %type <integer> property
533 /* if we come across rules with invalid values like this case: @variables { varname: *; }, just discard the property/value pair */
1237 property ':' maybe_space expr prio {
1263 property error {
1267 property ':' maybe_space error expr prio {
1274 property ':' maybe_space expr prio error {
1284 property ':' maybe_space {
1285 /* div { font-family: } Just reduce away this property with no value. */
1289 property ':' maybe_space error {
1294 property invalid_block {
1300 property: