Difference between revisions of "Preprocess"

From Things and Stuff Wiki
Jump to navigation Jump to search
(moved Preprocess to Sass)
 
(move, etc)
Line 1: Line 1:
#REDIRECT [[Sass]]
+
{{techy}}
 +
 
 +
== Sass ==
 +
* http://www.phpsass.com/
 +
* http://code.google.com/p/phamlp/ - older
 +
 
 +
== Other ==
 +
* [http://the-echoplex.net/csscrush csscrush] - An extensible PHP based CSS preprocessor
 +
 
 +
* [http://pcss.wiq.com.br/ 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

Revision as of 06:01, 20 July 2012


Sass

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