view client/.postcssrc.js @ 3215:3b36bb33f5b0

available_fairway_depth: omit empty lines after split by newline
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 09 May 2019 11:31:10 +0200
parents 3907a7b98067
children
line wrap: on
line source

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