module.exports = {
  plugins: {
    'postcss-pxtorem': {
      rootValue: 18.75,
      propList: ['*'],
    },
  },
};