Personal-Website/postcss.config.js
2021-07-12 18:54:08 -07:00

8 lines
109 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
"postcss-nested": {},
autoprefixer: {},
},
};