Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenisx committed Sep 20, 2022
1 parent a3f9499 commit 8a72e70
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"typescript"
],
"description": "Intellisense support for CSS Variables",
"version": "2.2.2",
"version": "2.3.0",
"publisher": "phoenisx",
"license": "MIT",
"homepage": "https://github.com/willofindie/vscode-cssvar",
Expand Down Expand Up @@ -232,9 +232,7 @@
},
"cssvar.postcssSyntax": {
"type": "object",
"default": {

},
"default": {},
"properties": {
"postcss-sass": {
"type": "array",
Expand Down Expand Up @@ -288,9 +286,7 @@
"postcss-syntax": {
"type": "array",
"description": "To parse template literals in JS/TS source files. Details: https://github.com/willofindie/vscode-cssvar/tree/main/docs/customize-extension.md",
"default": [

],
"default": [],
"examples": [
[
"js",
Expand Down Expand Up @@ -351,8 +347,12 @@
"type": "string"
},
"examples": [
["--variable"],
["--(regex)"]
[
"--variable"
],
[
"--(regex)"
]
],
"description": "CSS variable safelist for which linting will be disabled"
}
Expand Down

0 comments on commit 8a72e70

Please sign in to comment.