Skip to content

Feature/nested starting style#4

Merged
YunFeng0817 merged 2 commits intorrweb-io:masterfrom
jantimon:feature/nested-starting-style
Jun 11, 2024
Merged

Feature/nested starting style#4
YunFeng0817 merged 2 commits intorrweb-io:masterfrom
jantimon:feature/nested-starting-style

Conversation

@jantimon
Copy link
Copy Markdown

my last pr missed the case for nested @starting-style rules

for example:

@starting-style { @media (max-width:991px) { .demo { background-color: #f00; } } }

and

@media (max-width:991px) { @starting-style { .demo { background-color: #f00; } } }

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented May 31, 2024

🦋 Changeset detected

Latest commit: 29c6aec

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
rrweb-cssom Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@jantimon
Copy link
Copy Markdown
Author

jantimon commented Jun 11, 2024

@YunFeng0817 could you please take a look?

Could you maybe also allow to create issues for this repository?

@YunFeng0817
Copy link
Copy Markdown
Member

@YunFeng0817 could you please take a look?

Could you maybe also allow to create issues for this repository?

Sounds good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants