🔧 Remove test color
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
|
// https://tailwindcss.com/docs/configuration
|
||||||
module.exports = {
|
module.exports = {
|
||||||
content: ["./index.php", "./app/**/*.php", "./resources/**/*.{php,vue,js}"],
|
content: ["./index.php", "./app/**/*.php", "./resources/**/*.{php,vue,js}"],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
colors: {
|
colors: {}, // Extend Tailwind's default colors
|
||||||
primary: '#525ddc',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
plugins: [],
|
plugins: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user