05a9ae8349e073185194d42384d07d556f141184
Gitcub / postcss.config.js
// Copyright © 2023 Dean Lee

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