aboutsummaryrefslogtreecommitdiffstats
path: root/src/constants/theme.js
blob: 29b60a0e9b160f1279ea8cc69db628e698c44f93 (plain) (blame)
1
2
3
4
5
6
import resolveConfig from 'tailwindcss/resolveConfig'
import tailwindConfig from '/tailwind.config.js'

export const { theme: THEME } = resolveConfig(tailwindConfig)

export const COLORS = THEME.colors