lynxkite / web /postcss.config.js
darabos's picture
Remove Next.js.
5fe7b6c
raw
history blame
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}