Skip to content

Commit

Permalink
chore: Exporting CSS files in @fluentui/react package (#28362)
Browse files Browse the repository at this point in the history
* chore: Exporting CSS files in @fluentui/react package.

* Adding change file.
  • Loading branch information
khmakoto authored Jun 29, 2023
1 parent 595d25e commit b0d5687
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "chore: Exporting CSS files in @fluentui/react package.",
"packageName": "@fluentui/react",
"email": "[email protected]",
"dependentChangeType": "patch"
}
1 change: 1 addition & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"react-dom": ">=16.8.0 <19.0.0"
},
"exports": {
"./dist/css/*": "./dist/css/*",
"./dist/sass/*": "./dist/sass/*",
"./lib/ActivityItem": {
"types": "./lib/ActivityItem.d.ts",
Expand Down

0 comments on commit b0d5687

Please sign in to comment.