bootstrap/site/postcss.config.cjs

4 lines
58 B
JavaScript
Raw Normal View History

module.exports = {
plugins: [require('autoprefixer')]
}