Skip to content

Commit 325e0ea

Browse files
committed
Update demos
1 parent a1f071c commit 325e0ea

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.dev-assets/syntax-issues/bugs/property-value-slash-issue.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
.example {
77
grid-column: 1/-1;
88
grid-row: 1 / 3;
9+
10+
width: clamp(100px, calc(30% / 2rem - 10px), 900px);
11+
width: some-edgy-new-function(30% / 2rem + 10px);
912
}

demo/shared-names-demo.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
}
5353
span
5454
{
55-
span:initial
55+
span: initial
5656
}
5757
style
5858
{

demo/shared-values-demo.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
select :content,
77
select:content,
8-
select:not(something):content,
8+
select:not(something):content
99
{
1010
color:content
1111
}

0 commit comments

Comments
 (0)