base setup
This commit is contained in:
commit
688d794dc7
30 changed files with 4362 additions and 0 deletions
17
.vscode/settings.json
vendored
Normal file
17
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"cssvar.files": [
|
||||
"./node_modules/open-props/open-props.min.css",
|
||||
// if you have an alternative path to where your styles are located
|
||||
// you can add it in this array of files
|
||||
"assets/styles/variables.css"
|
||||
],
|
||||
|
||||
// Do not ignore node_modules css files, which is ignored by default
|
||||
"cssvar.ignore": [],
|
||||
|
||||
// add support for autocomplete in JS or JS like files
|
||||
"cssvar.extensions": [
|
||||
"css", "jsx", "tsx"
|
||||
],
|
||||
"editor.formatOnSave": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue