Revision c678f126b8f22a217182f69936e12326602f58e8 authored by Dmitry Yu. Naumov on 06 April 2021, 19:04:30 UTC, committed by Dmitry Yu. Naumov on 06 April 2021, 19:04:30 UTC
Clang format code base.

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