We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
比如目前 children:text-red-400 会被编译成 .children-c-text-red-400 > cover-image, cover-view, movable-area, movable-view, scroll-view, swiper, swiper-item, view, icon, progree, rich-text, text, button, checkbox, checkbox-group, editor, form, input, label, picker, picker-view, picker-view-column, radio, radio-group, slider, switch, textarea, navigator, audio, camera, image, live-player, live-pusher, video, map, canvas{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))} 这没有达到预期效果, 因为>结合的优先级大于逗号
children:text-red-400
.children-c-text-red-400 > cover-image, cover-view, movable-area, movable-view, scroll-view, swiper, swiper-item, view, icon, progree, rich-text, text, button, checkbox, checkbox-group, editor, form, input, label, picker, picker-view, picker-view-column, radio, radio-group, slider, switch, textarea, navigator, audio, camera, image, live-player, live-pusher, video, map, canvas{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}
The text was updated successfully, but these errors were encountered:
taro+react+微信小程序
Sorry, something went wrong.
No branches or pull requests
比如目前
children:text-red-400
会被编译成
.children-c-text-red-400 > cover-image, cover-view, movable-area, movable-view, scroll-view, swiper, swiper-item, view, icon, progree, rich-text, text, button, checkbox, checkbox-group, editor, form, input, label, picker, picker-view, picker-view-column, radio, radio-group, slider, switch, textarea, navigator, audio, camera, image, live-player, live-pusher, video, map, canvas{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}
这没有达到预期效果, 因为>结合的优先级大于逗号
The text was updated successfully, but these errors were encountered: