swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 80298540eaac4a8c80df0effc7cec3ac994db5e0 authored by Lars Bilke on 09 February 2021, 13:05:27 UTC
Merge branch 'eigen-dep' into 'master'
Tip revision: 8029854
postcss.config.js
module.exports = {
  plugins: {
    'tailwindcss': {},
    'autoprefixer': {},
    'postcss-import-url': {}
  }
}
back to top