Files
bedrock/tailwind.config.cjs
2022-09-24 10:28:56 -05:00

12 lines
206 B
JavaScript

module.exports = {
content: ["./index.php", "./app/**/*.php", "./resources/**/*.{php,vue,js}"],
theme: {
extend: {
colors: {
primary: '#525ddc',
},
},
},
plugins: [],
};