all repos — tabemono @ 89781888cc5ab8be01307ed9a52a2720c8f6a116

postcss.config.js (view raw)

1export default {
2  plugins: {
3    tailwindcss: {},
4    autoprefixer: {}
5  }
6};