view client/.postcssrc.js @ 1169:a9e455c017cb

moved sidebar button into Sidebar component and Sidebar component into Topbar component
author Markus Kottlaender <markus@intevation.de>
date Wed, 14 Nov 2018 12:30:37 +0100
parents 3907a7b98067
children
line wrap: on
line source

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