improve: set theme.json colors in tailwind conf

This commit is contained in:
Kelly Mears
2022-03-04 22:25:23 -08:00
committed by Ben Word
parent 7332184315
commit 972f4cd55c
3 changed files with 42 additions and 11 deletions

View File

@@ -3,17 +3,15 @@
"version": 2,
"settings": {
"color": {
"palette": [
{
"slug": "primary",
"color": "#525ddc",
"name": "Primary"
}
],
"custom": false,
"customGradient": false,
"defaultPalette": false,
"defaultGradients": false
"palette": [
{
"name": "Primary",
"slug": "primary",
"color": "#525ddc"
}
]
},
"custom": {
"spacing": {},