view client/.postcssrc.js @ 2796:718ec88fbeed

import_overview: disable loading spinner in case of errors
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 25 Mar 2019 13:44:55 +0100
parents 3907a7b98067
children
line wrap: on
line source

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