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

Fix support for container query utilities with arbitrary values #12534

Merged
merged 2 commits into from Dec 5, 2023

Conversation

thecrypticace
Copy link
Contributor

Before this, with our container queries plugin, you couldn't write @container-[size] or @container-[size]/sidebar even though both should work. This was happening because we weren't picking either up as a utility. We were detecting container-[size] and container-[size]/sidebar without the leading @. This PR fixes our detection regex to pick up these utilities which will allow the container queries plugin to support these too.

@thecrypticace thecrypticace force-pushed the fix/container-with-arbitrary-and-modifier branch from 5b2c531 to 5725f6c Compare December 5, 2023 17:20
@thecrypticace thecrypticace merged commit 7385373 into master Dec 5, 2023
10 checks passed
@thecrypticace thecrypticace deleted the fix/container-with-arbitrary-and-modifier branch December 5, 2023 17:26
thecrypticace added a commit that referenced this pull request Dec 5, 2023
* Fix support for container query utilities with arbitrary values

* Update changelog
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