view client/.postcssrc.js @ 2307:e1aa9bb65da6

import_schedule: send email when manually triggering import
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 18 Feb 2019 13:32:44 +0100
parents 3907a7b98067
children
line wrap: on
line source

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