Learning/tailwind.config.js

8 lines
137 B
JavaScript
Raw Permalink Normal View History

2023-07-23 01:14:28 +00:00
module.exports = {
content: ['./public/**/*.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
}