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

Backport: remove invalid CSS. Fixes #3444 #3454

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

seanaery
Copy link
Contributor

Using (max-width: ) { ... } (without a value specified) is not valid syntax, but it's currently getting written into the compiled CSS in Blacklight 8. The offending block was removed from main in d7416f4 which I've cherry-picked here. I think it's worth backporting to 8.x since it 1) is a small, isolated commit; 2) fixes a bug that affects at least some CSS preprocessor tooling. See #3444 for details.

@jcoyne jcoyne merged commit 529d598 into release-8.x Nov 22, 2024
13 checks passed
@jcoyne jcoyne deleted the backport-3444-css-bugfix-to-8 branch November 22, 2024 17:39
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