Releases: willofindie/vscode-cssvar
Releases · willofindie/vscode-cssvar
0.0.6
Fix
- README Doc with proper logo.
0.0.5
Updated
- Extension Icon
- Supports JS/TS files as well for css var intellisense
Fix:
- fix: edits in the THEME file itself, were not triggering the extension
0.0.4
Added
- Support CSS Themed Variables
- Support to exclude duplicate themed variables via config.
0.0.3
Update
- Very Minimal support for CSS Modules, using
postcss
.
- Migrate to
postcss
, to parse css
, as postcss has better support for plugins and also
by default understands some css-module
rules like: :global
0.0.1
Initial Extension release
Added
- Setup Logic
- CSS Parsing logic
- Show Auto Completion dialogue on trigger chars
--
- Show Color Values and Colors in Autocomplete dialogue
- Memoize responses, unless config or variables changes.
- Color determination is done using polished library.
0.0.2
Added
- Support vscode extension configuration settings
Update