/** @type {import('tailwindcss').Config} */ export const safelist = [ { pattern: /./, // the "." means "everything" }, ]; export const theme = { extend: {}, }; export const plugins = [];