Skip to content

Commit

Permalink
Bump stylelint + fixes (#4987)
Browse files Browse the repository at this point in the history
* bump + fixes

* Create weak-hats-type.md

* fix mixin

---------

Co-authored-by: Jon Rohan <yes@jonrohan.codes>
  • Loading branch information
langermank and jonrohan authored Sep 19, 2024
1 parent d6471aa commit b82286d
Show file tree
Hide file tree
Showing 10 changed files with 93 additions and 627 deletions.
5 changes: 5 additions & 0 deletions .changeset/weak-hats-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Bump stylelint + fixes
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 b82286d

Please sign in to comment.