Why put _ in front of the filename in scss?
_
_filename.scss - Why does it need _ ?
_filename.scss
The _ (underscore) is a partial for scss. That means the stylesheet its going to be imported (@import) to a main stylesheet i.e. styles.scss. The advantage on using partials is that you can use many files to organize your code and everything will be compiled on a single file.
2.1m questions
2.1m answers
60 comments
57.0k users