move to Donetick Org, First commit frontend
This commit is contained in:
commit
2657469964
105 changed files with 21572 additions and 0 deletions
6
src/constants/theme.js
Normal file
6
src/constants/theme.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
import resolveConfig from 'tailwindcss/resolveConfig'
|
||||
import tailwindConfig from '/tailwind.config.js'
|
||||
|
||||
export const { theme: THEME } = resolveConfig(tailwindConfig)
|
||||
|
||||
export const COLORS = THEME.colors
|
Loading…
Add table
Add a link
Reference in a new issue