view client/.postcssrc.js @ 3095:8c4c1b3fd856

Compare time.Time's with Equal.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 23 Apr 2019 16:49:36 +0200
parents 3907a7b98067
children
line wrap: on
line source

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