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

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