ash_hq/assets/postcss.config.js
Zach Daniel 3c47194d55 WIP
2022-03-25 17:17:01 -04:00

7 lines
No EOL
106 B
JavaScript

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