view client/.postcssrc.js @ 2846:b42d10120cad

client: fixed router redirects when not logged in
author Markus Kottlaender <markus@intevation.de>
date Thu, 28 Mar 2019 14:07:20 +0100
parents 3907a7b98067
children
line wrap: on
line source

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