Skip to content

Commit

Permalink
fix: 색상 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
abcxj123 committed Jun 10, 2024
1 parent a0a2de8 commit c8aa4f1
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,ts,tsx}'],
safelist: [
'bg-[#28B2A5]',
'bg-[#E90061]',
'bg-[#FFC700]',
'bg-[#AD9A5F]',
'bg-[#B5B5B5]',
'bg-[#9BDEDF]',
'bg-[#5CB6B7]',
'bg-[#FFB2B7]',
'bg-[#F2777E]',
'bg-[#9CDAB8]',
'bg-[#74BE96]',
],
theme: {
fontFamily: {
hanaHeavy: ['Hana-Heavy'],
Expand Down Expand Up @@ -159,7 +172,7 @@ export default {
'100%': {
opacity: '1',
transform: 'scale3d(1, 1, 1)',
},
},
},
'slide-down': {
'0%': {
Expand Down

0 comments on commit c8aa4f1

Please sign in to comment.