view client/.postcssrc.js @ 3674:a3d1fce63c9e

import_configuration: search for user and country
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 17 Jun 2019 16:24:46 +0200
parents 3907a7b98067
children
line wrap: on
line source

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