Scss file name rule of @import
If you don't want to compile scss to css file. You can add and underscore to the beginning of file name. Scss will treat it as imported partial file.
http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#partials
http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#partials
留言