Covivo/mobicoop

View on GitHub
client/postcss.config.js

Summary

Maintainability
A
0 mins
Test Coverage
/*
* This file is use for post-css assert, for exemple to compile to all navigator 🤩
*/
module.exports = {
  plugins: {
    // add browserslist config to package.json (see below)
    autoprefixer: {}
  }
}