view client/.postcssrc.js @ 1415:d4fc5f3c1252

improved style of bottleneck list added loading spinner for survey loading
author Markus Kottlaender <markus@intevation.de>
date Thu, 29 Nov 2018 11:02:51 +0100
parents 3907a7b98067
children
line wrap: on
line source

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