Skip to content

Commit 608988d

Browse files
committed
cicd 패키지 추가
1 parent f24f6eb commit 608988d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
npm install
25+
npm install tailwindcss@latest postcss@latest autoprefixer@latest
2526
npm install --save-dev @types/node
2627
2728

src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@import "tailwindcss";
22

3-
@theme {
3+
@theme.extend {
44
--color-primary-normal: #5C4AE8;
55
--color-primary-light: #C8CDFF;
66
--color-primary-pale: #EBEDFF;

0 commit comments

Comments
 (0)