CSS stylesheets can become hard to manage on large projects. SASS is a solution that developers use to make their CSS much more efficient.
As many designers know, stylesheets can become complex on large sites. It can become a headache to manage hundreds or thousands of styles.
SASS is a CSS extension language that helps solve this problem. SASS allows you to use features that are not part of CSS.
In this class, we provide a clear and fun introduction to SASS, from installation, to key features such as variables, inheritance, mixins, math operators and partials.