mirror of
https://github.com/lexborisov/Modest
synced 2024-11-21 21:31:25 +03:00
fix specificity for .class
This commit is contained in:
parent
a465dea0ad
commit
91f37b6365
@ -108,7 +108,7 @@ void mycss_selectors_parser_selector_class(mycss_entry_t* entry, mycss_token_t*
|
||||
selector->key = str;
|
||||
|
||||
if(entry->selectors->specificity)
|
||||
entry->selectors->specificity->a++;
|
||||
entry->selectors->specificity->b++;
|
||||
|
||||
mycss_selectors_parser_selector_end(entry, token);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user