-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
[Feature] 能否支持转换@apply内的css #23
Comments
需要你更细节的描述,比如 |
就是unocss官方支持的指令转换器:https://unocss.nodejs.cn/transformers/directives eg: <style lang="less">
.visitor-show {
.custom-date {
@apply w-292 h-40 rounded-8;
.el-range-separator {
@apply text-[#666];
}
}
}
</style> |
然后你期望的是什么, |
对,就是启用了uno-magic的转换效果可以应用到apply内部. |
如题,能否支持转换style内@apply书写的的css
The text was updated successfully, but these errors were encountered: