view client/.postcssrc.js @ 1403:f7139b814a6c

improved bottleneck box height reacts to showSplitscreen
author Markus Kottlaender <markus@intevation.de>
date Wed, 28 Nov 2018 16:20:35 +0100
parents 3907a7b98067
children
line wrap: on
line source

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