Skip to content

Commit

Permalink
config: #24 tailwindcss 유틸리티 클래스 확장
Browse files Browse the repository at this point in the history
  • Loading branch information
Seok93 committed Jun 24, 2024
1 parent bf61c55 commit 1ca0b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
--border-list: #efefef;
--border-input: #b1b1b1;
--border-scroll: #dfdfdf;
--border-selected: #5e5e5e;
}

body {
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default {
list: 'var(--border-list)',
input: 'var(--border-input)',
scroll: 'var(--border-scroll)',
selected: 'var(--border-selected)',
},
textColor: {
default: 'var(--text-color-default)',
Expand Down

0 comments on commit 1ca0b64

Please sign in to comment.