sublime-list-stylesheet-vars
sublime-list-stylesheet-vars copied to clipboard
Update @import option
I work with SCSS files and this isn't working for me: @import "css/variables"; @import "css/reset";
But when I rewrite this to (with exactly files names): @import "css/_variables.scss"; @import "css/_reset.scss";
plugin is working properly. It is possible to check this?