Current section

Files

Jump to
moon assets postcss.config.js
Raw

assets/postcss.config.js

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