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

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