Skip to content

Commit

Permalink
Prepare for CSS nesting support
Browse files Browse the repository at this point in the history
This commit makes sure to give Less's `&` precedence.

Less and CSS4 treat `&` different.

see: sublimehq/Packages#3785
  • Loading branch information
deathaxe committed Jun 27, 2023
1 parent a6855ef commit 27738e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/Less.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ contexts:
- include: less-interpolations

selector-variables:
- meta_append: true
- meta_prepend: true
- include: less-selector-parent-identifiers

###[ CSS SELECTORS / ATTRIBUTE SELECTORS ]######################################
Expand Down

0 comments on commit 27738e0

Please sign in to comment.