swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 5a2ef504dfec73f166fd92f950e1c60779c4efb6 authored by Lars Bilke on 28 May 2021, 17:45:35 UTC
Merge branch 'ci-images' into 'master'
Tip revision: 5a2ef50
postcss.config.js
module.exports = {
  plugins: {
    'tailwindcss': {},
    'autoprefixer': {},
    'postcss-import-url': {}
  }
}
back to top