Skip to content
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

tenon-vue 属性选择器无效 #361

Open
ldyldyydl opened this issue Feb 23, 2022 · 0 comments
Open

tenon-vue 属性选择器无效 #361

ldyldyydl opened this issue Feb 23, 2022 · 0 comments
Assignees
Labels
bug Something isn't working Platform: tenon

Comments

@ldyldyydl
Copy link

描述

"@hummer/tenon-vue": "^1.7.0",
"@hummer/hummer-front": "^1.0.8",

Hummer version:

复现步骤

1.greenBgFont {
color: red;

[theme-mode='black'] & {
    color: blue;
}

}
2.会直接显示
[theme-mode='black'] & {
color: blue;
}
里边的样式

预期结果

显示
color: red;

样例代码、屏幕截图或者仓库链接

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Platform: tenon
Projects
None yet
Development

No branches or pull requests

3 participants