view client/.postcssrc.js @ 5159:e688e79a51e8

Use ImageLayer instead of TileLayer for FairwayMarks Improves performance when using time slider.
author Raimund Renkert <raimund@renkert.org>
date Thu, 02 Apr 2020 16:12:24 +0200
parents 3907a7b98067
children
line wrap: on
line source

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