Skip to content

Commit b416aca

Browse files
chore(ui): Add export dist/styles.css to fix missing export error
* Adding export dist/styles.css to fix missing export error. See issue 2999. * Add missing comma * Create dirty-ladybugs-yell.md Co-authored-by: William Lee <[email protected]>
1 parent b62c093 commit b416aca

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/dirty-ladybugs-yell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@aws-amplify/ui": patch
3+
---
4+
5+
Add export dist/styles.css to fix missing export error. See issue #2999.

packages/ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"./package.json": "./package.json",
1212
"./styles.css": "./dist/styles.css",
13+
"./dist/styles.css": "./dist/styles.css",
1314
"./theme.css": "./dist/theme.css",
1415
"./tokens.ts": "./dist/react-native/tokens.ts"
1516
},

0 commit comments

Comments
 (0)