You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO(you): code or logs here to reproduce the problem
// 可以使用小程序代码片段功能,方便其它人帮助你定位代码问题
// 详情可参考这里:https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
```
The text was updated successfully, but these errors were encountered:
Description
npm install autoprefixer tailwindcss postcss
wepy.config.js
compilers: { plugins: { tailwindcss: {}, autoprefixer: {}, } }
app.wpy文件中的<style>无法编译
@tailwind base; @tailwind components; @tailwind utilities;
Environment
Reproduce
[如何重现问题]
[How to reproduce the issue]
Observed Results
[实际表现]
[Observed Results]
Expected Results
[期望表现]
[Expected Results]
Relevant Code / Logs
The text was updated successfully, but these errors were encountered: