|
|
|
|
|
by andkenneth
884 days ago
|
|
This actually has a semantic purpose, it's not just about bike shedding. CSS classes, if applied to the same element, will prefer the class that's defined later in the CSS file. The plugin sorts them via priority order so it's more clear is one tag might override another. |
|
Which order do they do it in? Later classes are later in the css so more likely to be applied?