/** @type {import('tailwindcss').Config} */
module.exports = {
prefix: "tw-",
content: ["./src/**/*.{html,js,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
corePlugins: {
preflight: false,
};