Skip to content

Commit

Permalink
🔨 fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
winetree94 committed May 8, 2024
1 parent 233a6da commit ac5e3f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/devkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"./styles/devkit.css": "./styles/devkit.css"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
@tailwind components;
@tailwind utilities;

@import '@edybara/devkit/styles/devkit.scss';
@import '@edybara/preset/styles/preset.scss';
@import '@edybara/devkit/styles/devkit.css';
@import '@edybara/preset/styles/preset.css';

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:[email protected]&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

Expand Down
3 changes: 2 additions & 1 deletion packages/preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"./styles/preset.css": "./styles/preset.css"
},
"dependencies": {
"@edybara/blockquote": "*",
Expand Down

0 comments on commit ac5e3f6

Please sign in to comment.