-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: new github callouts, design choices
- Loading branch information
1 parent
0c0400b
commit b03f4b1
Showing
6 changed files
with
399 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
{} | ||
{ | ||
"recommendations": [ | ||
"stylelint.vscode-stylelint", | ||
"dbaeumer.vscode-eslint", | ||
"runem.lit-plugin", | ||
"esbenp.prettier-vscode" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"cssVariables.lookupFiles": [ | ||
"**/*.css", | ||
"**/*.scss", | ||
"**/*.sass", | ||
"**/*.less", | ||
"packages/shoelace/node_modules/@shoelace-style/shoelace/dist/themes/dark.css", | ||
// "packages/shoelace/node_modules/@shoelace-style/shoelace/dist/themes/light.css", | ||
|
||
"packages/spectrum/node_modules/@spectrum-web-components/styles/spectrum-scale-large.css", | ||
"packages/spectrum/node_modules/@spectrum-web-components/styles/spectrum-theme-dark.css", | ||
"packages/spectrum/node_modules/@spectrum-web-components/styles/typography.css", | ||
"packages/spectrum/node_modules/@spectrum-web-components/styles/core-global.css", | ||
"packages/spectrum/node_modules/@spectrum-web-components/styles/spectrum-core-global.css" | ||
], | ||
"markdown.extension.toc.levels": "2..6", | ||
|
||
// Unused | ||
"html.customData": ["./vscode.html-custom-data.json"], | ||
"css.customData": ["./vscode.css-custom-data.json"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.