Learning/tailwind.config.js
2023-07-23 03:14:28 +02:00

7 lines
137 B
JavaScript

module.exports = {
content: ['./public/**/*.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
}