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

feat(shadow-dom): support root style in shadow dom #2146

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
feat(shadow-dom): support root style in shadow dom
  • Loading branch information
MarvelSQ committed Nov 21, 2021
commit d95da9cda039daebf1c255245534b33ab5a77791
1 change: 1 addition & 0 deletions src/styles/color-modes.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Themes

:root,
:host,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

触发了 selector-pseudo-class-allowed-list 校验规则。

src/styles/color-modes.less
 4:1  ✖  Unexpected pseudo-class "host"   selector-pseudo-class-allowed-list

.rs-theme-light {
@import 'color-modes/light';
}
Expand Down