Closed sethaldridge closed 9 years ago
No thanks.
This would be very helpful seeing as how we have over 15 projects built around using _filename.scss.
@sindresorhus Why Not?
Some special files could have "_" prefix, like "_variables.scss", this will be really helpful, because FS will put them at the top of directory.
It's Sass convention. http://stackoverflow.com/a/31319300/64949
Self explanatory. I have several projects that start with an _filename.scss. This is a small update to make this optional so you can choose to use them or not. By default it skips them. If you set
Then it will not skip the files.