Object Oriented CSS Framework: xCSS
12
Oct
xCSS is a CSS framework that makes developing complex style structures easier within an object-oriented workflow.
Using xCSS can save a lot of development time by:
- using variables
- having a intuitive overview of the overall CSS structure
- re-using existing style cascades
- & more..
xCSS requires PHP 5 to run & can be configured very quickly by inserting few lines to the webpages + the stylesheet.
The framework is lightweight, can seamlessly integrate into any existing workflow & well-documented which lowers the learning curve.
Also, besides minimizing the CSS overhead, it still keeps (X)HTML attributes semantic.
Requirements: PHP 5
Website: http://xcss.antpaw.org/
Download: http://code.google.com/p/xcssframework/downloads/list
Website: http://xcss.antpaw.org/
Download: http://code.google.com/p/xcssframework/downloads/list
- Tags:
Php
- Filed under: Design, MIT License, Xhtml & Css
- 1 Comment






















One Response for "Object Oriented CSS Framework: xCSS"
Huum, very interesting, someone ever used it?
I was trying to understand blueprint css, but it was not exactly “object oriented”..