Revision 9b1d832927fe735511161f7f98e97fa264a43996 authored by Norbert Grunwald on 14 May 2021, 20:08:52 UTC, committed by Dmitri Naumov on 19 May 2021, 15:59:46 UTC
1 parent aad6b3f
Raw File
postcss.config.js
module.exports = {
  plugins: {
    'tailwindcss': {},
    'autoprefixer': {},
    'postcss-import-url': {}
  }
}
back to top