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