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

@next: injectGlobal does not support @media print #333

Closed
javascriptjedi opened this issue Jun 2, 2022 · 1 comment
Closed

@next: injectGlobal does not support @media print #333

javascriptjedi opened this issue Jun 2, 2022 · 1 comment

Comments

@javascriptjedi
Copy link
Contributor

javascriptjedi commented Jun 2, 2022

injectGlobal(`
  @media print {
    body { background: orange; }
  }
`)

results in

body { background: orange; }

versus the expected behavior

@media print { body { background: orange; } }

CodeSandbox reproduction

javascriptjedi pushed a commit to javascriptjedi/twind that referenced this issue Jun 2, 2022
sastan added a commit that referenced this issue Oct 3, 2022
@sastan
Copy link
Collaborator

sastan commented Oct 3, 2022

fixed in the next release

@sastan sastan closed this as completed Oct 3, 2022
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

No branches or pull requests

2 participants