view client/.postcssrc.js @ 5655:ace5358e1527

Fix “Available fairway depth” button in BN popup.
author Sascha Wilde <wilde@sha-bang.de>
date Thu, 14 Sep 2023 18:52:18 +0200
parents 3907a7b98067
children
line wrap: on
line source

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