Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS SASS Project Structure Re: SASS Project Structure

#143485
Paulie_D
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