view client/.postcssrc.js @ 2936:70946dc00abd

import_overview: striped AGM diffs
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 04 Apr 2019 16:03:28 +0200
parents 3907a7b98067
children
line wrap: on
line source

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