Granite-4.0-WebGPU / postcss.config.js
ibibrahim's picture
Add WebGPU demo files (#1)
2379782 verified
raw
history blame
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};