view client/.postcssrc.js @ 216:494a257e7715

Called schema prefixed sys_admin.create_user instead of create_user.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 24 Jul 2018 11:20:46 +0200
parents 88d0d60924cf
children 3907a7b98067
line wrap: on
line source

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