Is it possible to add auto compile feature on settings like on Easy LESS, it automatic compile the .less file to .css. Can we also include nib. We can have something like this on the settings:
{
"languageStylus.useSeparator": false,
"languageStylus.useBuiltinFunctions": true,
"languageStylus.previewColors": true,
// Generates a .css file each time you save a .styl file.
// e.g. styles.styl --> styles.css
"languageStylus.autoCompile": true,
"languageStylus.autoCoompress": true,
// Include nib for mixins, utilities, components, and
// gradient image generation
"languageStylus.includeNib": true
}
Is it possible to add auto compile feature on settings like on Easy LESS, it automatic compile the
.less
file to.css
. Can we also include nib. We can have something like this on the settings: