canonical / vanilla-framework

From community websites to web applications, this CSS framework will help you achieve a consistent look and feel.
https://vanillaframework.io
GNU Lesser General Public License v3.0
835 stars 165 forks source link

Update layout files to use CSS range syntax #5312

Closed pastelcyborg closed 1 month ago

pastelcyborg commented 1 month ago

Describe the bug

Some of our remaining Sass files possess the old style Media Queries that don't use the new range syntax; this results in a small overlap between breakpoints where some files have styles and some do not.

The following layout files need updated:

The fix for this is explained in #5287.

Expected behavior

Each Sass file that uses device-size Media Queries should be updated to use the new range syntax, as in the linked Issue above.

syncronize-issues-to-jira[bot] commented 1 month ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/WD-14298.

This message was autogenerated