UNPKG

express-react-boilerplate

Version:
6 lines (4 loc) 112 B
const autoprefixer = require('autoprefixer'); module.exports = { plugins: [autoprefixer({ grid: true })], };