I write stylesheets by hand from scratch to end till fun kills me at animations! I don’t need help! And I certainly don’t want to add extra complexity in workflow. Go away…

BUT

That was the thinking anyway. But the reality is that Sass (and other CSS preprocessors) can be a powerful tool.. specially when you are working in big team and products or long term projects. It took me a while to come around, but I’m sure glad that I did.

Thats why i wanted to share few words/articles which surely will lead you eventually same thinking what i had and now about css preprocessors. But definaltely i would recomend classic css style sheet for small project or for something where you dont have to worry about browser compatibilty, standers teamwork etc

Sass is a CSS preprocessor, layer between the stylesheets you { developer } and the .css files you serve to the browser. Sass (short for Syntactically Awesome Stylesheets) plugs the holes in CSS as a language, allowing you to write DRY code that’ll be faster, more efficient, and easier to maintain.

enough talk .. Let’s get Sassing.

 

http://sass-lang.com/