view client/.postcssrc.js @ 4302:b86f828df7d6

client: improve validation for morphology classbreaks
author Fadi Abbud <fadi.abbud@intevation.de>
date Mon, 02 Sep 2019 17:05:17 +0200
parents 3907a7b98067
children
line wrap: on
line source

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