ss_website/postcss.config.js

8 lines
108 B
JavaScript

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