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