ModusCreateOrg/budgeting

View on GitHub
postcss.config.js

Summary

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

module.exports = {
  plugins: [autoprefixer()],
};