view client/.postcssrc.js @ 2771:838cf903538f

import_overview: on refresh reload current details
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 22 Mar 2019 11:46:23 +0100
parents 3907a7b98067
children
line wrap: on
line source

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