view client/.postcssrc.js @ 4382:7d9376f8a28c

Available_Fairway_Depth: decouple diagraminfo from selection
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 12 Sep 2019 11:45:40 +0200
parents 3907a7b98067
children
line wrap: on
line source

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