Files
bedrock/tailwind.config.js
Kelly Mears 69dfbfc65c Replace Laravel Mix with Bud (#2643)
Co-authored-by: QWp6t <hi@qwp6t.me>
Co-authored-by: Ben Word <ben@benword.com>
2021-11-21 23:53:01 -06:00

17 lines
275 B
JavaScript

module.exports = {
purge: {
content: ['./app/**/*.php', './resources/**/*.{php,vue,js}'],
},
jit: true,
darkMode: false,
theme: {
extend: {
colors: {},
},
},
variants: {
extend: {},
},
plugins: [require('@tailwindcss/typography')],
};