/** @type {import('tailwindcss').Config} */ module.exports = { content: ['./src/pages/index.html', './src/**/*.{html,js,ts,jsx,tsx,vue}'], theme: { extend: {}, }, plugins: [], corePlugins: { preflight: process.env.TARO_ENV === 'h5', }, };