Skip to content

Commit 7ca1194

Browse files
author
gregwhitworth
committed
Removed potential confusion in the Example 1, if it's confuses Jake, it's bound to confuse anyone :/
1 parent 5a9f98e commit 7ca1194

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

css-properties-values-api/Overview.bs

-3
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,6 @@ document.registerProperty({
195195
});
196196
</script>
197197
<style>
198-
* {
199-
transform: translate(var(--translate-x), var(--translate-y)) rotate(var(--rotate)) scale(var(--scale-x), var(--scale-y));
200-
}
201198

202199
#myElement {
203200
--translate-x: 5px;

0 commit comments

Comments
 (0)