view client/.postcssrc.js @ 2495:98bc023750cf octree-diff

Impelemented line segment / line segment intersection test.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 04 Mar 2019 12:45:44 +0100
parents 3907a7b98067
children
line wrap: on
line source

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