/******************************************************************************* * Copyright (c) 2020, Code Atlantic LLC. ******************************************************************************/ module.exports = { plugins: { precss: {}, autoprefixer: { browsers: [ 'last 2 versions' ], }, }, };