koa-web-app / tailwind.config.js
3v324v23's picture
initial commit: enrich functionality and configure for Hugging Face
fa813a0
raw
history blame contribute delete
236 Bytes
/** @type {import('tailwindcss').Config} */
export default {
darkMode: "class",
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
container: {
center: true,
},
extend: {},
},
plugins: [],
};