view client/.postcssrc.js @ 3258:276fde700aa6

client: import stretches: shortened code a bit
author Markus Kottlaender <markus@intevation.de>
date Tue, 14 May 2019 19:00:57 +0200
parents 3907a7b98067
children
line wrap: on
line source

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