Skip to content

Releases: willofindie/vscode-cssvar

0.0.6

03 Apr 09:22
Compare
Choose a tag to compare

Fix

  • README Doc with proper logo.

0.0.5

03 Apr 09:10
Compare
Choose a tag to compare

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

29 Mar 12:07
Compare
Choose a tag to compare

Added

  • Support CSS Themed Variables
  • Support to exclude duplicate themed variables via config.

0.0.3

29 Mar 09:19
Compare
Choose a tag to compare

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

28 Mar 09:07
Compare
Choose a tag to compare

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

28 Mar 13:52
Compare
Choose a tag to compare

Added

  • Support vscode extension configuration settings

Update

  • Update readme