Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenisx committed Jul 24, 2022
1 parent 6eb9ca3 commit 7c3407a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This Extension supports the following properties as of now:
| **Setting** | **Description** | **Type** | **Example** | **Default** |
|-------------------------------|--------------------------------------------------------------|----------|--------------------------------------------|---------------------------------------------------------|
| `cssvar.files` | Relative/Absolute paths to CSS variable file sources | string[] | ["input.css"] | [**/*.css] | |
| `cssvar.files` | Relative/Absolute paths to file/folder sources to be ignored | string[] | ["input.css"] | [**/*.css] | |
| `cssvar.ignore` | Relative/Absolute paths to file/folder sources to be ignored | string[] | ["ignore.css"] | [\**/node_modules/**] | |
| `cssvar.extensions` | File extensions for which IntelliSense will be enabled | string[] | [<br>&nbsp;&nbsp;"css",<br>&nbsp;&nbsp;"scss",<br>&nbsp;&nbsp;"jsx"<br>] | [<br>&nbsp;&nbsp;"css",<br>&nbsp;&nbsp;"scss",<br>&nbsp;&nbsp;"tsx",<br>&nbsp;&nbsp;"jsx"<br>] |
| `cssvar.themes`<br>Helps to bucket CSS variables based on themes used in any project | CSS Theme classnames used in source files | string[] | [<br>&nbsp;&nbsp;"dark",<br>&nbsp;&nbsp;"dim"<br>] | [] |
| `cssvar.excludeThemedVariables`<br>If true, hides duplicate theme variables from the list | Exclude themed variables to remove unnecessary duplicates | boolean | | false |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"intellisense"
],
"description": "Intellisense support for CSS Variables",
"version": "1.6.0",
"version": "1.6.1",
"publisher": "phoenisx",
"license": "MIT",
"homepage": "https://github.com/willofindie/vscode-cssvar",
Expand Down

0 comments on commit 7c3407a

Please sign in to comment.