view client/.postcssrc.js @ 4777:702f06d827a8

Updated requested scale for legend elements to avoid duplicates.
author Raimund Renkert <raimund@renkert.org>
date Mon, 21 Oct 2019 13:33:15 +0200
parents 3907a7b98067
children
line wrap: on
line source

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