plaid/tailwind.config.js

4 lines
108 B
JavaScript
Raw Normal View History

2023-01-23 12:29:24 +01:00
module.exports = {
2023-04-03 11:10:27 +02:00
content: ['./src/index.html', './src/**/*.{vue,svelte,js,ts}'],
2023-01-23 12:29:24 +01:00
plugins: [],
}