Janus-1.3B-WebGPU / tailwind.config.js
Xenova's picture
Xenova HF Staff
Update files (#2)
7b2fb28 verified
raw
history blame contribute delete
170 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
};