Reputation: 878
I use Sass in my project, and I don't want to use quotes in @import
statements. Example of my imports is:
@import ../basefile.sass
But when WebStorm refactors my file (for instance I can change file name) it adds double quotes to path:
@import "../basefile-new.sass"
Is it possible to discard these quotes? May be there are some on-save hooks? Or some settings for refactoring?
Upvotes: 0
Views: 17