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

Allow the use of @media print without parens #5898

Merged
merged 1 commit into from
Oct 27, 2021

Conversation

RobinMalfait
Copy link
Contributor

@RobinMalfait RobinMalfait commented Oct 27, 2021

This PR will allow you to write:

addVariant('print', '@media print')

Instead of the incorrect:

addVariant('print', '@media (print)')

Improves: #5885

@RobinMalfait RobinMalfait changed the title allow the use of @media print without parens Allow the use of @media print without parens Oct 27, 2021
@RobinMalfait RobinMalfait merged commit fd9dbe1 into master Oct 27, 2021
@RobinMalfait RobinMalfait deleted the improve-variant-atrule-parsing branch October 27, 2021 13:04
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.

None yet

1 participant