Revision a21dc49b07cd7aa7a104160bdd4fe79b2056fd0e authored by Wenqing Wang on 27 January 2021, 15:46:29 UTC, committed by Wenqing Wang on 02 February 2021, 09:18:06 UTC
  which is subtracted from RelPermBrooksCore
1 parent 8accd9f
Raw File
postcss.config.js
module.exports = {
  plugins: {
    'tailwindcss': {},
    'autoprefixer': {},
    'postcss-import-url': {}
  }
}
back to top