datahub/packages/components/postcss.config.js
2023-07-06 17:13:37 -03:00

10 lines
131 B
JavaScript

console.log('PostCSS')
export default {
plugins: {
'postcss-import': {},
tailwindcss: {},
autoprefixer: {},
},
};