view client/.postcssrc.js @ 3216:ee6a4e8af766

available_fairway_depth: legend POC
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 09 May 2019 11:56:11 +0200
parents 3907a7b98067
children
line wrap: on
line source

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