Skip to content

Commit 60ef688

Browse files
committed
Update shared name examples
1 parent cf3260a commit 60ef688

File tree

4 files changed

+8
-48
lines changed

4 files changed

+8
-48
lines changed

.dev-assets/syntax-issues/bugs/trailing-selector-issue.css

Lines changed: 0 additions & 44 deletions
This file was deleted.

.dev-assets/util/get-shared-names.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/shared-names-demo.css

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

66
.shared-names {
77
/* HTML Selectors */
8+
89
content
910
{
1011
content:url('https://www.example.com')

demo/unterminated-identifiers.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
}
77
.prop{ color:optional
88
}
9-
.prop{ cursor:-webkit-zoom-in
9+
.prop{ cursor:anything
1010
}
11-
.prop{ custom-property:actives
11+
.prop{ custom-property:hello
1212
}
1313
.prop{ width:-moz-min-content
1414
}
15-
15+
.prop{ span:hello
16+
}
1617
.prop{ animation-duration:calc(1s * 2)
1718
}
1819
.prop{ animation-timing-function:cubic-bezier(0.25, 0.1, 0.25, 1)
@@ -77,6 +78,8 @@
7778
}
7879
.prop{ color:var(--primary-color)
7980
}
81+
.prop{ span:""
82+
}
8083
.prop{ content:""
8184
}
8285
.prop{ content:"hello"

0 commit comments

Comments
 (0)