aboutsummaryrefslogtreecommitdiffhomepage
path: root/postcss.config.js
blob: 5d1463143632f3aad9ce6ae90e9b2bab4abaf80a (plain) (blame)
1
2
3
4
5
6
7
module.exports = {
  plugins: function () {
    return [
      require('autoprefixer'),
    ];
  }
};