view client/.postcssrc.js @ 5635:a956f764eee0

Updated DB version to match changeset: ce9a9a1bf92f
author Sascha Wilde <wilde@sha-bang.de>
date Thu, 01 Jun 2023 12:47:08 +0200
parents 3907a7b98067
children
line wrap: on
line source

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