Skip to content

Commit

Permalink
chore: improve the ide experience for design tokens (#243)
Browse files Browse the repository at this point in the history
* chore: improve the ide experience for design tokens

* chore: add .vscode settings file to project

* fix: add new line at settings.json

Co-authored-by: Levent Anil Ozen <[email protected]>
  • Loading branch information
leventozen and Levent Anil Ozen authored Sep 20, 2022
1 parent 4d1b3d4 commit ca50ffd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ log.txt
.idea/
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
.sass-cache/
.versions/
node_modules/
Expand Down
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"streetsidesoftware.code-spell-checker",
"esbenp.prettier-vscode",
"stylelint.vscode-stylelint",
"vunguyentuan.vscode-css-variables"
],
"unwantedRecommendations": []
}
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cssVariables.lookupFiles": [
"**/src/themes/default.css",
]
}

0 comments on commit ca50ffd

Please sign in to comment.