Revision 4b02c231a3539179b423d57281b970faf784d5db authored by Dmitry Yu. Naumov on 12 February 2021, 10:19:37 UTC, committed by Dmitry Yu. Naumov on 12 February 2021, 10:19:37 UTC
RM; double porosity model

See merge request ogs/ogs!3405
2 parent s ab8d4bb + 51933b5
Raw File
postcss.config.js
module.exports = {
  plugins: {
    'tailwindcss': {},
    'autoprefixer': {},
    'postcss-import-url': {}
  }
}
back to top