SASS Tutorial #6 - Importing Files

Hey gang, in this SASS tutorial, I’ll be showing you how we can split our SCSS file into modules (or other .scss files) and then import them into our main file. This way, we can keep all of our SASS for certain things together. ----- COURSE LINKS: Repo - Atom editor - --------------------------------------------------------------------------------------------- You can find more front-end development tutorials on CSS, HTML, JavaScript, jQuer
Back to Top