Ryan Wu
Ryan Wu
https://windicss.org/integrations/postcss.html Although the documentation said the integration for PostCSS is not a recommended way, I still would like to remind that the behavior of the PostCSS integration isn't consistent with...
I feel like the 'addDynamic' method of plugin would be a superpower of windicss but there isn't much informative documentation about it except this simple instruction: https://windicss.org/plugins/interfaces.html#basic-usage-1 By reading part...
### Description I accidentally used Chakra Factory to convert the next/link component to chakra-enabled component, and found that once I explicitly declare `shouldForwardProp` the app will crash. ### Link to...
### Checks - [X] Not a duplicate. - [X] Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics:...
### Checks - [X] Not a duplicate. - [X] Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics:...
> [MPX 样式类名对象增强语法](https://mpxjs.cn/guide/basic/class-style-binding.html#%E5%AF%B9%E8%B1%A1%E8%AF%AD%E6%B3%95) 简单来说就是类似这样的语法 ```html ``` 如果开发者在 MPX 项目中使用以上 MPX 增强语法来实现动态切换 class name,目前插件不支持对存在特殊字符的类名进行兼容性处理,不过对使用常规字符的 class name 不存在影响。 由于 MPX 对于对象语法是采用 wxs 脚本实现的,我暂未想到合适的方法让插件对该场景下的特殊字符进行处理,目前建议通过其他方式绕过该问题,比如使用小程序原生语法来实现 class name 切换: ```html ```
app-bar 是 Skyline 推出的 WebView 版本小程序中 custom-tab-bar 的全新替代 参考: https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/skyline/appbar.html 启用该功能需要将 app bar 文件夹放置在 dist 根目录,经过测试发现 MPX 不支持将具有自定义名称的文件夹生成至 dist 根目录,希望可以像支持 custom-tab-bar 一样支持 app-bar   