I had a question about including reset/normalizer
files in scss. When I create a new file, say _normal.scss
, and copy/paste the normalizer css into the file, once I save it creates a duplicate css file. So within that folder, I'll have:
normal.scss
normal.css
When I go to my imports file, to @import "../Resets/_normal.scss"
, should I also be importing the .css file?