SmolLM2-1.7B-Instruct-WebGPU / postcss.config.js
Xenova's picture
Xenova HF Staff
Upload source code
5199a7f verified
raw
history blame
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};