Tutorial: Introduction to SASS
Leave a reply
This article will teach you the basics of using SASS, and why it is so much more efficient than writing regular CSS. Also covered is installation and a graphical alternative to the command line.
What is SASS?
SASS is a CSS preprocessor. In simple terms this means that you write your CSS using the SASS syntax, and SASS will convert it to regular CSS [...] Continue reading [...]