gs-port / postcss.config.js
Scribbler310
feat: portfolio dashboard v1.0
dbc70ee
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}