c3802a96e757ea9c1f929fa2752ace2d1c3ca1de
Gitcub / postcss.config.js
// Copyright © 2023 Dean Lee

module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
}
1
2
3
4
5
6
7
8
9