view client/.postcssrc.js @ 588:b26ed3f3691e

fixed typo: id should be class
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 07 Sep 2018 11:42:08 +0200
parents 88d0d60924cf
children 3907a7b98067
line wrap: on
line source

module.exports = {
  plugins: {
    autoprefixer: {}
  }
}