Skip to content

Commit 69fb208

Browse files
committed
three complete
1 parent 6fbb051 commit 69fb208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03 - CSS Variables/index-START.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h2>Update CSS Variables with <span class='hl'>JS</span></h2>
6969
// console.log(this.value);
7070
console.log(this.dataset);
7171
const suffix = this.dataset.sizing || '';
72-
/*so you can take the px to the end of the new value below*/
72+
/*so you can take the px to the end of the new value below or else it won't read*/
7373
document.documentElement.style.setProperty(`--${this.name}`, this.value + suffix)
7474
}
7575

0 commit comments

Comments
 (0)