Closed wkillerud closed 2 months ago
This should fix an issue seen in SublimeText where the editor would replace the module itself (eg module.$variable, module end up as .$variable).
module.$variable
.$variable
To use it, apply this setting:
{ "settings": { "somesass": { "completion": { "afterModule": "{module}" } } } }
This should fix an issue seen in SublimeText where the editor would replace the module itself (eg
module.$variable
, module end up as.$variable
).To use it, apply this setting: