Skip to content

Commit

Permalink
fix: 패키지 순환참조 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lsj0202 committed Sep 12, 2024
1 parent 497238b commit f877e5e
Show file tree
Hide file tree
Showing 11 changed files with 601 additions and 2,273 deletions.
22 changes: 0 additions & 22 deletions packages/design-token/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions packages/design-token/postcss.config.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/design-token/src/index.ts

This file was deleted.

13 changes: 0 additions & 13 deletions packages/design-token/tailwind.config.js

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 9 additions & 2 deletions packages/ui/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
import sharedConfig from '@jjoing/design-token/tailwind.config.js';
import lineCamp from '@tailwindcss/line-clamp';
import { backgroundImage, colors, fontFamily, fontSize } from './src/themes';

module.exports = {
...sharedConfig,
content: ['./src/**/*.{js,jsx,ts,tsx}'],
theme: {
extend: {
colors,
fontSize,
fontFamily,
backgroundImage,
},
},
plugins: [lineCamp],
};
Loading

0 comments on commit f877e5e

Please sign in to comment.