Sunday, 5 April 2015

Sass

In order to help organize my front-end design code, I've been learning SASS. SASS is a language that is a more structured and succinct version of CSS. SASS allows for things like variables, function, and inheritance, none of which are available in traditional CSS. SASS also removes things like curly braces from CSS, meaning that it is not backwards compatible. SCSS is a backwards compatible version of SASS, that personally seems more practical than SASS.

No comments:

Post a Comment