SmolPilot / postcss.config.mjs
cfahlgren1's picture
cfahlgren1 HF staff
Initial commit from Create Next App
2e6ae7a
raw
history blame contribute delete
No virus
135 Bytes
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;