Files
bedrock/tailwind.config.cjs
Kelly Mears fce1ab7da6 📦 update: 6.6.8
2022-12-31 11:20:49 -08:00

11 lines
253 B
JavaScript

// https://tailwindcss.com/docs/configuration
module.exports = {
content: ['./index.php', './app/**/*.php', './resources/**/*.{php,vue,js}'],
theme: {
extend: {
colors: {}, // Extend Tailwind's default colors
},
},
plugins: [],
};