https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 5ab9052d283053cb3588b90129f35d8e89fa6ee1 authored by Lars Bilke on 17 March 2021, 13:14:14 UTC
Merge branch 'web-dev-workflow' into 'master'
Tip revision: 5ab9052
postcss.config.js
module.exports = {
  plugins: {
    'tailwindcss': {},
    'autoprefixer': {},
    'postcss-import-url': {}
  }
}
back to top