https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 54cf21a1380719172c0b049f860dafc30e37cd56 authored by Dmitry Yu. Naumov on 02 March 2021, 22:50:12 UTC
Merge branch 'ExcludeDepsFromWarnings' into 'master'
Tip revision: 54cf21a
postcss.config.js
module.exports = {
  plugins: {
    'tailwindcss': {},
    'autoprefixer': {},
    'postcss-import-url': {}
  }
}
back to top