view client/.postcssrc.js @ 4549:9c65cef72753 iso-areas

Fixed bit mask usage.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 30 Sep 2019 14:59:20 +0200
parents 3907a7b98067
children
line wrap: on
line source

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