view client/.postcssrc.js @ 4666:5fb3134c3a0c

profiles: indicator for multiple surveys when menu is closed
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 14 Oct 2019 16:35:54 +0200
parents 3907a7b98067
children
line wrap: on
line source

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