🔧 Remove test color

This commit is contained in:
Ben Word
2022-09-24 10:24:54 -05:00
parent 8e37498eaa
commit 74bad62814

View File

@@ -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: [],