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

[CSS] Fix custom property definitions #4052

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

deathaxe
Copy link
Collaborator

@deathaxe deathaxe commented Oct 3, 2024

This commit fixes custom property definitions with declaration-list values.

Custom properties...

  1. can take all sorts of values.
  2. never start a selector.

Without this commit, leading -- is ignored and custom property name being consumed as html tag, starting a selector.

This commit fixes custom property definitions with declaration-list values.

Custom properties...
1. can take all sorts of values.
2. never start a selector.

Without this commit, leading `--` is ignored and custom property name being
consumed as html tag, starting a selector.
@deathaxe deathaxe merged commit 9a8d068 into sublimehq:master Oct 3, 2024
1 check passed
@deathaxe deathaxe deleted the pr/css/fix-custom-properties branch October 3, 2024 19:56
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.

3 participants