🔧 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 = { 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: [],