Jwrockon's picture
Upload 232 files (#1)
5e1b738 verified
raw
history blame
178 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
};