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: escape division signs #3553

Merged
merged 1 commit into from
Nov 22, 2023
Merged

fix: escape division signs #3553

merged 1 commit into from
Nov 22, 2023

Conversation

Rathoz
Copy link
Collaborator

@Rathoz Rathoz commented Nov 22, 2023

Summary

less complies grid-column: 5 / -1 into grid-column: -5 by default (it does math). This has been fixed in newer versions of less, but we're still running 2.X.

For now apply the escaping work around, where ~"" will be treated as pure-css by the less complier and not ass less

@Rathoz Rathoz added bug stylesheets changes to stylesheets labels Nov 22, 2023
@Rathoz Rathoz merged commit 82f0bc9 into main Nov 22, 2023
5 checks passed
@Rathoz Rathoz deleted the css-escape-division-signs branch November 22, 2023 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stylesheets changes to stylesheets
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants