SASS is what all designers need to learn now

simplykreative

New Member
For all you front end coder, start learning this thing called SASS.

Sass, Syntactically Awesome Stylesheets, is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It’s translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.

Any inputs?
 
Can it help me position and resize images without having edges cut off?


Sent from my iPhone using Tapatalk
 
Sass is incredible. I would find it very difficult to go back to standard CSS. Using Sass to extend CSS is definitely the now, and is definitely going to be here for a long time. I find the use of Mixins, variables and Interpolation amazing. Sass as various frameworks which are very handy, these include Compass, Susy and Bourbon.

If you're looking to learn Sass, check out this post on 1stWebDesigner
 
Back
Top