Granite-4.0-WebGPU / tailwind.config.js
Xenova's picture
Xenova HF Staff
[WIP] Add demo files
b9224a9 verified
raw
history blame
170 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
};