56e6dbbd351f6c648fdd72c1209406cb0afb33ba
Gitcub / postcss.config.js
// Copyright © 2023 Dean Lee

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