https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b68325c348e7812f4f24e6edf9fa7e11dbee9ed3 authored by Karsten Rink on 01 June 2021, 15:02:44 UTC
Merge branch 'ShpMessage' into 'master'
Tip revision: b68325c
postcss.config.js
module.exports = {
  plugins: {
    'tailwindcss': {},
    'autoprefixer': {},
    'postcss-import-url': {}
  }
}
back to top