https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7798808e8ed8bd79374bab3fe341243ab4a968c4 authored by Lars Bilke on 19 April 2021, 20:54:11 UTC
Merge branch 'ctest-race-cond' into 'master'
Tip revision: 7798808
postcss.config.js
module.exports = {
  plugins: {
    'tailwindcss': {},
    'autoprefixer': {},
    'postcss-import-url': {}
  }
}
back to top