Skip to content

Commit

Permalink
chore(react): add "wyw-in-js" field for tag processor (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored Dec 22, 2023
1 parent d25676d commit 795246b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "chore: add \"wyw-in-js\" field for tag processor",
"packageName": "@griffel/react",
"email": "[email protected]",
"dependentChangeType": "patch"
}
6 changes: 6 additions & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"url": "https://github.com/microsoft/griffel"
},
"sideEffects": false,
"wyw-in-js": {
"tags": {
"makeStyles": "@griffel/tag-processor/make-styles",
"makeResetStyles": "@griffel/tag-processor/make-reset-styles"
}
},
"dependencies": {
"@griffel/core": "^1.15.1",
"tslib": "^2.1.0"
Expand Down

0 comments on commit 795246b

Please sign in to comment.