weapp-tailwindcss icon indicating copy to clipboard operation
weapp-tailwindcss copied to clipboard

bring tailwindcss to weapp ! 把 `tailwindcss` 原子化思想带入小程序开发吧 ! 原 `weapp-tailwindcss-webpack-plugin`

Results 50 weapp-tailwindcss issues
Sort by recently updated
recently updated
newest added

1.7.1 版本正常,1.7.2 版本报错。

bug

`min-w-[300rpx] max-h-[100px] text-[20px] leading-[0.9] divide-x-[10px] divide-[#010101]`

bug

**描述这个Bug** 使用pnpm的时候, 会报错 **代码url** 官方demo, 把包管理器改成pnpm就能复现 **如何重现** Steps to reproduce the behavior: 1. `rm yarn.lock` 2. `pnpm install` 3. `pnpm run dev` **屏幕截图(可选)**

bug

require("tailwind-children"), 在使用这个插件的时候小程序端会报错。看能不能适配处理一下 :where(.child_c__i_h-_bl_100rpx_br_)>:where(:not(.not-child)){height:100rpx!important}:where(.child_c__i_w-_bl_100rpx_br_)>:where(:not(.not-child)){width:100rpx!important}:where(.child_c_rounded-full)>:where(:not(.not-child)){border-radius:9999px}:where(.child_c_text-_bl__h_999_br_)>:where(:not(.not-child)){--tw-text-opacity: 1;color:rgb(153 153 153 / var(--tw-text-opacity))}

enhancement

![image](https://user-images.githubusercontent.com/89053099/192078382-1356ecc7-c489-40ff-ba89-86f06396b3f1.png)

https://github.com/sonofmagic/weapp-tailwindcss-webpack-plugin/tree/main/demo/uni-app ![image](https://user-images.githubusercontent.com/22114481/191956461-fd61c8ed-f6d8-4870-b80b-f6661ea09673.png)

bug

**描述这个Bug** 微信开发者工具热重载打开时, dist热更新无效 **代码url** 可提供转化失败的 `wxml`,`js`,`wxss` 这类的产物, 可以直接复制粘贴在此处,或者提供 `url` **如何重现** 打开微信开发者工具的热重载 **期望行为(可选)** 编译后的dist代码在微信开发者工具中实时更新 **屏幕截图(可选)** ![开发者工具)](https://user-images.githubusercontent.com/11364516/168198945-cd465909-3dc7-40a9-b462-475660298866.png) **运行环境** - OS: MacOs 12.0.1 (21A559) - Nodejs: 14.17.6 - Framework: taro - taro info...

help wanted
question

转眼这个项目已经 2 年多了,算是我这么多开源里面,目前唯一火起来,有人用的吧(笑~),秉着不抛弃不放弃用户的原则,和目前所存在的问题,我大概制定了一下未来的技术规划以及立下一个 Flag: ~~- 编写 swc 插件,使用 swc 来替换掉 babel ,因为 babel 在项目大的时候,性能比较低,可能一个大js文件 parse 就要 200-300ms,这个是缓存也无法解决的问题,所以需要对 js 方面的转义,以及相关的包 “锈化”(具体原因见下)~~ - [x] - 添加 `ast-grep` (rust编写) 支持, 通过基准测试,在项目中,平均速度大约比 `babel` 快...

enhancement

> 如果您和您的的公司或组织正在使用 `weapp-tailwindcss`,非常感谢您的支持。 > 您的回复将成为我们维护者、社区用户和观望者的信心来源。 > 注: 有些项目可能是内部的,有保密的需求。填写时,只需笼统的稍微介绍一下即可,不要给个人造成什么麻烦。 * 公司/组织/个人:{{name}} * 链接:{{link}} * github: {{link}} (如果您已经开源了) * 介绍:{{info}} (关于你项目的一些介绍) 另外,你有意愿的话,也可以把小程序的二维码,附加在这个 `issue` 上, 我会采集这些二维码,放在网站上的 `生态`->`优秀作品` 页面,展示你的作品。 其中我会挑选出优秀的作品,通过文章/视频的方式,在各个平台上进行宣传,以我的绵薄之力,让大家获得更多的流量曝光,争取做到双赢。

documentation
question