Skip to content

Commit e6e36c1

Browse files
committed
Add CHANGELOG notes for v0.0.8
1 parent ea8cf0c commit e6e36c1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to the "CSS Nesting Syntax Highlighting" extension will be documented in this file.
44

5+
## v0.0.8
6+
7+
_2024-02-22_
8+
9+
### Added
10+
11+
- Added `#arithmetic-operators` for functions (clamp, min, max) operator syntax highlighting.
12+
13+
```css
14+
.arithmetic-operators-example {
15+
font-size: clamp(1.1rem, 0.7153rem + 1.6368vw, 1.5rem);
16+
width: max(300px, 50% + 20px);
17+
}
18+
```
19+
520
## v0.0.7
621

722
_2024-02-22_

0 commit comments

Comments
 (0)