language-stylus icon indicating copy to clipboard operation
language-stylus copied to clipboard

Option on setting for auto-compile

Open genesisneo opened this issue 8 years ago • 1 comments

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

}

genesisneo avatar May 16 '17 04:05 genesisneo

Hi, thanks for the feat request, I'll take a look at this.

d4rkr00t avatar May 16 '17 05:05 d4rkr00t