taro-tailwind icon indicating copy to clipboard operation
taro-tailwind copied to clipboard

在Taro中使用TailwindCSS

Results 3 taro-tailwind issues
Sort by recently updated
recently updated
newest added

.test:: after { content: ''; /* 没有办法编译这个字段 */ }

在小程序中使用 _ 代替 / ,然后使用 postcss 生成时 tailwindcss 不会生成 class,如果在项目中使用 / 的时候就会生成带 _ 的 class,是否能实现在小程序中使用 _ 也能生成带 _ 的 class。包括用 d 代替 . 也是一样的情况

使用VSCode Tailwind CSS IntelliSense 不出现代码提示,是不是因为没判断到是tailwind项目所以才不提示的?