Files
bedrock/tailwind.config.js
2021-12-13 17:39:55 -06:00

13 lines
191 B
JavaScript

module.exports = {
content: ['./app/**/*.php', './resources/**/*.{php,vue,js}'],
theme: {
extend: {
colors: {},
},
},
variants: {
extend: {},
},
plugins: [],
};