Introduction to SASS
SASS stands for Syntactically Awesome Style Sheet. It is basically a pre-processor to CSS. What does that mean is, we’ll write in SASS which gets transpiled to CSS and then parsed by the browser to load the styles of our site. Why SASS? If you know about a famous software engineering principle, DRY which stands… Continue reading Introduction to SASS