transformers.js-text-generation / tailwind.config.js
nico-martin's picture
nico-martin HF Staff
init
9b72f0d
raw
history blame
182 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}