view client/.postcssrc.js @ 4983:9b1da062cbee

fairwaymarks legend icon added
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 05 Mar 2020 10:15:41 +0100
parents 3907a7b98067
children
line wrap: on
line source

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