Difference between revisions of "Preprocess"
Jump to navigation
Jump to search
(→Stylus) |
|||
Line 12: | Line 12: | ||
== Stylus == | == Stylus == | ||
− | * http://learnboost.github.com/stylus/ | + | * [http://learnboost.github.com/stylus/ Stylus] - Expressive, robust, feature-rich CSS language built for nodejs |
− | * https://github.com/visionmedia/nib | + | * [https://github.com/visionmedia/nib nib] - Stylus mixins, utilities, components, and gradient image generation |
== Other == | == Other == |
Revision as of 12:21, 20 July 2012
Sass
See also Sass
PHP
LESS
Stylus
- Stylus - Expressive, robust, feature-rich CSS language built for nodejs
- nib - Stylus mixins, utilities, components, and gradient image generation
Other
- csscrush - An extensible PHP based CSS preprocessor
- PCSS - Shortcut-oriented Server-side CSS3 Preprocessor
- Pre-defined CSS constants and PCSS functions to make the CSS writing more intuitive and to make the code slimmer and even more readable
- Class nesting
- Variables that can hold any kind of data
- Default unit and default image directory to set for pre-defined functions
- @font-face shortcut with server-side browser detection for slimmer resulting code
- Browser-specific shortcuts are detected on server-side to avoid redundant commands (like many "-webkit", "-moz", etc.)
- Minifies the resulting CSS file
- PHP5