https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 397fe7261475d97093f82b7b77cf19e5b30050c0 authored by Thomas Fischer on 18 March 2021, 07:16:32 UTC
[T/Data] Phasefield test using multiple meshes.
Tip revision: 397fe72
postcss.config.js
module.exports = {
  plugins: {
    'tailwindcss': {},
    'autoprefixer': {},
    'postcss-import-url': {}
  }
}
back to top