If you're working on becoming a Front-End Developer, then you may already be familiar with HTML, CSS, and JavaScript as must-have skills.
But these aren't the only useful tools for Front-End Developers. Many people who learn CSS go on to learn Sass for more efficient and consistent web design, especially for large, complex web development projects.
In this article (and in the video below), we'll go through the basics of Sass — what it is, why people prefer it to pure CSS, how it works, and some of its more popular features.
What is Sass?
Sass (Syntactically Awesome Style Sheets) is an extension of CSS. Style sheet languages control where and how text appears on a webpage, from frame size and color to menu positions.
CSS is used all over the web, but that doesn't make it the smoothest coding experience. It was designed to help developers write instructions on how to present text on a screen rather than to work with variables or perform …