Skip to content

Commit e519bfc

Browse files
committed
Update issues
1 parent f94fde7 commit e519bfc

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.dev-assets/syntax-issues/fixed/at-container-issue.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020

2121
/* OR */
22-
@container (width > 400px) or (height > 400px) {''
22+
@container (width > 400px) or (height > 400px) {
2323
}
2424
@container (display: grid) or (display: flex) {
2525
}

0 commit comments

Comments
 (0)