renuo/ngx-renuo-upload

View on GitHub
postcss.config.js

Summary

Maintainability
A
0 mins
Test Coverage
var autoprefixer = require('autoprefixer');

module.exports = {
  plugins: [
    autoprefixer({
      browsers: ['last 2 versions']
    })
  ]
};