File "tailwind.config.stub"
Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/invoiceshelf/modules/src/Commands/stubs/tailwind.config.stub
File size: 202 bytes
MIME-type: text/plain
Charset: utf-8
module.exports = {
content: [
'./Resources/**/*.{vue,js,ts,php}',
],
theme: {
fontFamily: {
base: ['Poppins', 'sans-serif'],
},
},
corePlugins: {
preflight: false,
}
}