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