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 60443e2 commit acb64f0Copy full SHA for acb64f0
docs/theming/css-variables.md
@@ -84,7 +84,7 @@ The value of a CSS variable can be read in JavaScript using [getPropertyValue()]
84
85
```js
86
const el = document.querySelector('.fancy-button');
87
-const color = el.style.getPropertyValue('--charcoal');
+const color = el.style.getPropertyValue('--background');
88
```
89
90
## Ionic Variables
0 commit comments