view client/.postcssrc.js @ 5163:745c7d8aadbe

timeslider: prevent manual selection of future dates Instead of simply disallowing manual selection of future dates we set the date to $now independently of what the user entered.
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 03 Apr 2020 10:56:54 +0200
parents 3907a7b98067
children
line wrap: on
line source

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