view client/.postcssrc.js @ 3526:c71f1b15c5d9 import_review

default show details
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 29 May 2019 15:42:32 +0200
parents 3907a7b98067
children
line wrap: on
line source

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