Css To Stylus - Visual Studio Code Extension
Usage:
Open command palette and type in "css to stylus "
Extension Settings:
cssToStylus.unprefix : Remove vendor prefixes (Default is true)
cssToStylus.indent : Set indentation (Default is 4)
cssToStylus.cssSyntax : Keep css syntax (Default is false)
cssToStylus.keepColons : Keep colons (Default is false)
cssToStylus.separateRules : Add new line before next rule (Default true)
cssToStylus.removeComments : Remove comments (Default is true)
cssToStylus.colorVariables : Create color variables at top of file (Default is true)
cssToStylus.colorPrefix : Color variables prefix (Default is $color-)
Change Log:
v0.0.2
- Update css-to-stylus-converter module
v0.0.1
| |