9 lines
173 B
JavaScript
9 lines
173 B
JavaScript
module.exports = {
|
|
content: ['./public/**/*.html', './index.html', './src/**/*.{js,jsx,ts,tsx,vue}'],
|
|
important: true,
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|