Skip to content

Schubidu/less-vs-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

challenge less vs. sass/compass

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published