spaceship_drift / postcss.config.js
HugoDzz's picture
feat: setup svelte
6a269bb
raw
history blame
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}