Releases: willofindie/vscode-cssvar
Releases · willofindie/vscode-cssvar
v0.4.0
What's Changed
- [Fix] Add support for Postcss LanguageId.
Full Changelog: v0.3.0...v0.4.0
0.3.0
Changelog
- Multi CSS Var IntelliSense activation. Fixes #11
Full Changelog: v0.2.0...v0.3.0
0.2.0
Changelog
- Migrated Unstable feature
no_sort
behind extension configs. #10
0.1.1
Update
- Add support for unstable features
- Better Testing
- Closes #10
0.1.0
Fix:
- Replaced character should be proper. Like:
- Do not add semicolon, if already present
- Support Suffixes like
)
, ;
, "
etc.
- Support
var()
syntax, i.e. if var()
is already present, replace it.
0.0.8
Update
- Handle Parsing errors
- Add Unit Test Cases for various isolated functionalities
0.0.7
Updated:
- Add support for glob pattern in
config.files
.
- Add support for short extension names, in
css.extensions
0.0.6
Fix
- README Doc with proper logo.