Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 584 Bytes

readme.md

File metadata and controls

31 lines (17 loc) · 584 Bytes

Less vs. Sass

This is a Testsite to compare the official, the less and the sass (compass) way to css.

The offical way - pure css, no browser fallback

Just put here only the official style-declaration.

The less way

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

The sass (compass) way

Please install compass.

then you can auto-update the style-compass.css

compass watch