Files
bedrock/tailwind.config.js
2022-04-02 08:22:14 -05:00

10 lines
171 B
JavaScript

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