view client/.postcssrc.js @ 2339:7dd7371702b9

client: use the name of constants instead of strings
author Fadi Abbud <fadi.abbud@intevation.de>
date Tue, 19 Feb 2019 17:20:24 +0100
parents 3907a7b98067
children
line wrap: on
line source

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