Yohann76/BileMo_B2B_API

View on GitHub
postcss.config.js

Summary

Maintainability
A
0 mins
Test Coverage
// postcss.config.js
module.exports = {
    plugins: {
        'autoprefixer': {},
    }
}