/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./resources/**/*.{edge,js,ts,vue,jsx,tsx}"], theme: { extend: {}, }, plugins: [], }