projectblacklight / blacklight

Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index.
http://projectblacklight.org/
Other
760 stars 256 forks source link

Backport: remove invalid CSS. Fixes #3444 #3454

Closed seanaery closed 1 week ago

seanaery commented 1 week ago

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.