view client/.postcssrc.js @ 4688:ad271887fd8d

Added FeatureInfo for sounding results including surtyp attribute.
author Raimund Renkert <raimund@renkert.org>
date Wed, 16 Oct 2019 13:43:30 +0200
parents 3907a7b98067
children
line wrap: on
line source

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