|
|
|
|
|
by zarzavat
198 days ago
|
|
The big performance sink in CSS is rule matching, or layout if you consider that to be part of CSS. Efficient evaluation of expressions is a solved problem. Having conditionals would actually improve performance because you can use fewer rules. |
|