cannery/assets/postcss.config.js

8 lines
106 B
JavaScript

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