improve: set theme.json colors in tailwind conf
This commit is contained in:
@@ -2,7 +2,9 @@ module.exports = {
|
||||
content: ["./index.php", "./app/**/*.php", "./resources/**/*.{php,vue,js}"],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {},
|
||||
colors: {
|
||||
primary: '#525ddc',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
|
||||
Reference in New Issue
Block a user