wishlist-app/tailwind.config.js
Benny Samir Hierl 38600ebacb first commit
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
2022-01-29 11:04:24 +01:00

8 lines
168 B
JavaScript

// eslint-disable-next-line no-undef
module.exports = {
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
}