Skip to content

Commit a1992f2

Browse files
Copilothotlong
andcommitted
Fix missing styles: Add ObjectUI component CSS import and update package exports
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 5177194 commit a1992f2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

apps/site/app/global.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import 'tailwindcss';
2+
@import '@object-ui/components/index.css';
23
@import 'fumadocs-ui/css/neutral.css';
34
@import 'fumadocs-ui/css/preset.css';
45

packages/components/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
"import": "./dist/index.js",
2424
"require": "./dist/index.umd.cjs"
2525
},
26-
"./dist/style.css": "./dist/style.css"
26+
"./index.css": "./dist/index.css",
27+
"./dist/index.css": "./dist/index.css",
28+
"./dist/style.css": "./dist/index.css"
2729
},
2830
"scripts": {
2931
"build": "vite build",

0 commit comments

Comments
 (0)