/* eslint-disable no-undef */ module.exports = { content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'], darkMode: 'class', theme: { extend: {}, }, plugins: [require('@tailwindcss/line-clamp')], }