🔧 Remove test color

This commit is contained in:
Ben Word
2022-09-24 10:24:54 -05:00
parent ebe4084cff
commit b9fe6735fe

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