https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 5d6a60c487122c4f70caf923ca871ff3a0ed4bbb authored by joergbuchwald on 10 December 2020, 12:47:59 UTC
Merge branch 'latex_formula_fix' into 'master'
Tip revision: 5d6a60c
postcss.config.js
module.exports = {
  plugins: {
    'tailwindcss': {},
    'autoprefixer': {},
    'postcss-import-url': {}
  }
}
back to top