rev 1365
(3 files, 6kb)
+ Added a new keyword for WeCSS. 'reset' will take the current select and remove it from earlier styles. It's different from '@remove' and 'unextends', and should be very helpful for inherited skins. This was a complicated implementation, too, one which could possibly be rewritten in a cleaner way if I parsed this before even building the CSS tree... I don't know what's best. Opinions?[1] (Class-CSS.php)
+ Added an unset_recursive function to quickly delete CSS selectors and their children. (Class-CSS.php)
* Made CSS tree parsing about 5 to 10% faster. (Class-CSS.php)
! Tahoma is not always installed on Linux. (index.css, Wine/index.css)
(3 files, 6kb)
+ Added a new keyword for WeCSS. 'reset' will take the current select and remove it from earlier styles. It's different from '@remove' and 'unextends', and should be very helpful for inherited skins. This was a complicated implementation, too, one which could possibly be rewritten in a cleaner way if I parsed this before even building the CSS tree... I don't know what's best. Opinions?[1] (Class-CSS.php)
+ Added an unset_recursive function to quickly delete CSS selectors and their children. (Class-CSS.php)
* Made CSS tree parsing about 5 to 10% faster. (Class-CSS.php)
! Tahoma is not always installed on Linux. (index.css, Wine/index.css)
| 1. | Seriously, this is a feature I wanted to have from day one! Took me a whole day to get it right... |


