/** @type {import('tailwindcss').Config} */ module.exports = { content: [ './app/**/*.{vue,js,ts}', './components/**/*.{vue,js,ts}', './layouts/**/*.vue', './pages/**/*.vue', './plugins/**/*.{js,ts}', './nuxt.config.{js,ts}' ], theme: { extend: {} }, corePlugins: { preflight: false }, plugins: [] }