We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c70e2 commit 5331f6dCopy full SHA for 5331f6d
03 - CSS Variables/typescripts.ts
@@ -1,3 +1,12 @@
1
+/**
2
+ * JavaScript30 by Wes Bos, https://javascript30.com/
3
+ * TypeScript implementation by Will Wager
4
+ * Project: CSS Variables
5
+ * Concepts: Dynamically updating CSS Variables
6
+ * Key takeaways: CSS variables syntax, CSS variables cascade.
7
+ * Sidenotes: AKA "CSS custom properties"
8
+ */
9
+
10
const inputs: NodeList = document.querySelectorAll('.controls input');
11
12
function handleUpdate() {
0 commit comments