diff --git a/frontend/apps/erd-web/app/globals.css b/frontend/apps/erd-web/app/globals.css index 5e109074..2a1e7d24 100644 --- a/frontend/apps/erd-web/app/globals.css +++ b/frontend/apps/erd-web/app/globals.css @@ -1 +1,2 @@ @import '@/styles/fonts.css'; +@import url('@liam-hq/erd-core/dist/style.css'); diff --git a/frontend/packages/cli/src/globals.css b/frontend/packages/cli/src/globals.css index 6871daaa..131f7759 100644 --- a/frontend/packages/cli/src/globals.css +++ b/frontend/packages/cli/src/globals.css @@ -1,3 +1,5 @@ +@import url('@liam-hq/erd-core/dist/style.css'); + #root { display: flex; flex-direction: column; diff --git a/frontend/packages/erd-core/package.json b/frontend/packages/erd-core/package.json index ad6e47c9..a04ed501 100644 --- a/frontend/packages/erd-core/package.json +++ b/frontend/packages/erd-core/package.json @@ -6,9 +6,12 @@ "main": "./dist/index.umd.cjs", "module": "./dist/index.js", "exports": { - "types": "./dist/index.d.ts", - "import": "./dist/index.js", - "require": "./dist/index.umd.cjs" + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "require": "./dist/index.umd.cjs" + }, + "./dist/style.css": "./dist/style.css" }, "dependencies": { "@liam-hq/ui": "workspace:*",