blog-fs/postcss.config.js

9 lines
134 B
JavaScript
Raw Normal View History

2021-05-01 18:34:45 +08:00
module.exports = {
plugins: {
2021-05-01 23:10:28 +08:00
'postcss-import': {},
2021-05-01 18:34:45 +08:00
tailwindcss: {},
2021-05-01 23:10:28 +08:00
'postcss-nested': {},
2021-05-01 18:34:45 +08:00
autoprefixer: {},
},
}