This is a Testsite to compare the official, the less and the sass (compass) way to css.
Just put here only the official style-declaration.
To build less please install less.
npm install -g less
then you can update the style-less.css with this command:
lessc less/style-less.less > css/style-less.css
Please install compass.
then you can auto-update the style-compass.css
compass watch