Home › Forums › CSS › SASS Project Structure › Re: SASS Project Structure
July 18, 2013 at 12:19 pm
#143485
Member
>The _ screen.scss_ is the file that is compiled to screen.css
Actually, it won’t be compiled to a separate CSS file at all.
You would @import the _ screen.scss into a global .scss file which would then compile to a global.css file and that is the only one you would link in your HTML.
See here: http://thesassway.com/beginner/how-to-structure-a-sass-project