We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17a9d6 commit 7e70a28Copy full SHA for 7e70a28
CHANGELOG.md
@@ -2,6 +2,30 @@
2
3
All notable changes to the "CSS Nesting Syntax Highlighting" extension will be documented in this file.
4
5
+## v0.0.9
6
+
7
+_2024-02-24_
8
9
+### Added
10
11
+- Added tokens for `@container` syntax highlighting.
12
13
+```css
14
+/* Nested @container example */
15
+@container summary (width > 400px) {
16
+ @container (min-width: 800px) {
17
+ .card {
18
+ margin: 50px;
19
+ }
20
+ @container (min-width: calc( var(--width) * 1rem)) {
21
22
+ margin: 0;
23
24
25
26
+}
27
+```
28
29
## v0.0.8
30
31
_2024-02-22_
0 commit comments