view client/.postcssrc.js @ 1383:cbd04809ee50

importqueue: now with dynamic filtering of results
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 27 Nov 2018 14:55:45 +0100
parents 3907a7b98067
children
line wrap: on
line source

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