swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 5b98ed46aeecde1ff6093d19828e8e98610f751c authored by joergbuchwald on 14 March 2021, 19:11:57 UTC
Merge branch 'PorosityFromMassBalance' into 'master'
Tip revision: 5b98ed4
postcss.config.js
module.exports = {
  plugins: {
    'tailwindcss': {},
    'autoprefixer': {},
    'postcss-import-url': {}
  }
}
back to top