Pete Boere is announcing that CSS Crush with version number 2.4.0 is already available to download.
What is CSS Crush ?
CSS Crush is An extensible PHP-based CSS pre-processor .
A pre-processor is a tool for interpreting CSS before sending out to the client. This means that the developer can add CSS in a more complex syntax, and then send it to the pre-processor to convert it into standard CSS code.
This is changelog for CSS Crush version 2.4.0 :
- Rule nesting now works without `@in` directives.
- Added `csscrush_add_function()` as a simple way of adding custom functions without plugins.
- Added alternative directive names: `@set`/`@ifset` for `@define`/`@ifdefine` and `@selector` for `@selector-alias`.
- Added support for a command line config file (`crushfile.php`).
You can read the complete changelog and also download this latest version on their homepage: the-echoplex.net