Skip to content

Commit

Permalink
reduce tailwind size
Browse files Browse the repository at this point in the history
  • Loading branch information
Applelo committed Jun 1, 2024
1 parent 8cec114 commit 5d10cfa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
11 changes: 10 additions & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
import type { Config } from 'tailwindcss'
import colors from 'tailwindcss/colors'

export default <Partial<Config>>{
theme: {
colors: {
transparent: 'transparent',
current: 'currentColor',
black: colors.black,
white: colors.white,
gray: colors.gray,
red: colors.red,
green: colors.green,
},
extend: {
colors: {
cerise: {
Expand All @@ -17,7 +27,6 @@ export default <Partial<Config>>{
900: '#851653',
950: '#52052f',
},

},
},
},
Expand Down

0 comments on commit 5d10cfa

Please sign in to comment.