Skip to content

Commit

Permalink
bump + fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed Sep 18, 2024
1 parent 82a3552 commit 7f0c66a
Show file tree
Hide file tree
Showing 9 changed files with 88 additions and 627 deletions.
18 changes: 17 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"source.fixAll.stylelint": "explicit"
}
},
"stylelint.validate": [
"css",
"postcss"
],
"json.schemas": [
{
"fileMatch": ["*.docs.json"],
Expand All @@ -26,5 +30,17 @@
"fileMatch": ["generated/components.json"],
"url": "./packages/react/script/components-json/output.schema.json"
}
]
],
"cssvar.ignore": [
// exclude all but light theme, to avoid stacking suggestions
"node_modules/@primer/primitives/dist/css/functional/themes/dark-colorblind.css",
"node_modules/@primer/primitives/dist/css/functional/themes/dark-dimmed.css",
"node_modules/@primer/primitives/dist/css/functional/themes/dark-high-contrast.css",
"node_modules/@primer/primitives/dist/css/functional/themes/dark-tritanopia.css",
"node_modules/@primer/primitives/dist/css/functional/themes/dark.css",
"node_modules/@primer/primitives/dist/css/functional/themes/light-colorblind.css",
"node_modules/@primer/primitives/dist/css/functional/themes/light-high-contrast.css",
"node_modules/@primer/primitives/dist/css/functional/themes/light-tritanopia.css"
],
"cssvar.files": ["node_modules/@primer/primitives/dist/css/**/*.css"]
}
Loading

0 comments on commit 7f0c66a

Please sign in to comment.