dataframe-sandbox / postcss.config.js
hmb's picture
hmb HF Staff
Initial commit: Dataframe demo with Vite + Svelte (no SvelteKit routing)
951c359
raw
history blame contribute delete
92 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
};