view client/.postcssrc.js @ 1859:9780cb4ef6a6

Distance marks virtual import: Implemented.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 17 Jan 2019 13:12:37 +0100
parents 3907a7b98067
children
line wrap: on
line source

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