view client/.postcssrc.js @ 2095:98f0c7956128

Fixed api url used in front end for stretches.
author Sascha Wilde <wilde@intevation.de>
date Fri, 01 Feb 2019 18:04:28 +0100
parents 3907a7b98067
children
line wrap: on
line source

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