Anber / wyw-in-js

MIT License
191 stars 8 forks source link

fix(transform): support for @media selectors inside :global #88

Closed Anber closed 1 month ago

Anber commented 1 month ago

Motivation

Support for @media selectors inside :global() selectors.

:global() {
  @media (prefers-color-scheme: dark) {
    html {
      color-scheme: dark;
    }
  }
}

Test plan

The new test was added.

changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: ffe579d397942a10bd007f1e0f12609d00838aa3

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

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