Personal-Website/postcss.config.js
2021-06-18 19:13:24 -07:00

8 lines
109 B
JavaScript

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