profile/tailwind.config.js
2022-03-18 23:46:57 +06:00

8 lines
132 B
JavaScript

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