view client/.postcssrc.js @ 2000:352493221fa5 importschedulerefac

merge with default
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 24 Jan 2019 14:24:39 +0100
parents 3907a7b98067
children
line wrap: on
line source

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