postcss.config.js 65 字节
Newer Older
L
Lucas Rosa 已提交
1
module.exports = {
2
  plugins: ['tailwindcss', 'autoprefixer'],
L
Lucas Rosa 已提交
3
}