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: CSS variables should be case-sensitive. #9603

Merged
merged 1 commit into from Oct 8, 2021

Conversation

@DimitrisRK
Copy link
Contributor

@DimitrisRK DimitrisRK commented Oct 8, 2021

PR Checklist

What is the current behavior?

CSS variables are parsed as case-insensitive.

What is the new behavior?

CSS variables will be parsed as case-sensitive.

This is the correct behaviour according to MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties#basic_usage

Note: I'm not sure what sort of test I should include for CSS variables case, so this PR contains only the fix.

@cla-bot cla-bot bot added the cla: yes label Oct 8, 2021
@NathanWalker NathanWalker merged commit 02aa0f6 into NativeScript:master Oct 8, 2021
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants