view client/.postcssrc.js @ 4108:6ee5523967ec

Fixed update-db.sh: guarantee order of update scripts. `find' is not guaranteed to print the found files in any specific order, the bash pathname expansion on the other hand is guaranteed to deliver an sorted list.
author Sascha Wilde <wilde@intevation.de>
date Mon, 29 Jul 2019 16:53:15 +0200
parents 3907a7b98067
children
line wrap: on
line source

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