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