Revision f040c3f29d9af9cbe1ab50c19c0a25bb121d9516 authored by Dmitri Naumov on 29 March 2021, 19:15:56 UTC, committed by Dmitry Yu. Naumov on 11 May 2021, 20:19:26 UTC
1 parent 370cfc0
Raw File
postcss.config.js
module.exports = {
  plugins: {
    'tailwindcss': {},
    'autoprefixer': {},
    'postcss-import-url': {}
  }
}
back to top