Skip to content

Commit

Permalink
Fix issue with nested calculations (value-calc)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrugtehagel authored and argyleink committed May 28, 2024
1 parent f79b3de commit a5265c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CSS3.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -11630,6 +11630,11 @@ contexts:
- include: percentage
- include: number
- include: arithmetic-operator
- match: '\('
push:
- match: '\)'
pop: true
- include: value-calc

# This context matches CSS-wide keywords and functions, like "inherit",
# "var()", and "!important". It should be included in all property contexts.
Expand Down

0 comments on commit a5265c3

Please sign in to comment.