ash_hq/assets/postcss.config.js

7 lines
106 B
JavaScript
Raw Normal View History

2022-03-26 10:17:01 +13:00
module.exports = {
plugins: {
'postcss-import': {},
tailwindcss: {},
autoprefixer: {},
}
}