tailwindcss 使用总结 安装tailwindcss 安装 npm install tailwindcss 引入 在scss文件引入,并导入main.js生效 引入如下: // 注入 @tailwind base; @tail … 继续阅读 tailwindcss 使用总结