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

@@ -2,7 +2,9 @@ module.exports = {
content: ["./index.php", "./app/**/*.php", "./resources/**/*.{php,vue,js}"],
theme: {
extend: {
colors: {},
colors: {
primary: '#525ddc',
},
},
},
plugins: [],