-
What is Gulp and how to use it
•
Continue Reading: What is Gulp and how to use itSo as we continue to learn how to compile SCSS/SASS into CSS, we now stumble upon Gulp. And this is how we ultimately compile our CSS together for the browser to read.
-
What is npm and how to use it
•
Continue Reading: What is npm and how to use itCSS is tedious and boring to write. But SCSS makes styling life so, so much easier; however, you need to compiling it. So, in our effort to learn SCSS, we first must learn about npm.