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