git.stevedylan.dev
/
stevedylan.dev
home
log
refs
stevedylan.dev
/
postcss.config.js
postcss.config.js
106 B
copy
raw
1
module.exports = {
2
plugins: {
3
"tailwindcss/nesting": {},
4
tailwindcss: {},
5
autoprefixer: {},
6
},
7
};