view client/.postcssrc.js @ 982:449b5ae75289

linter
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 19 Oct 2018 14:17:16 +0200
parents 88d0d60924cf
children 3907a7b98067
line wrap: on
line source

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