Head's U: JavaScript is either turned off or not working properly in your browser. Some parts of this page may not work properly.
home
~
socials
~
projects
~
rss
Set A Custom CSS Property Variable In JavaScript
February 2025
//
TODO: This needs testing
document
.
documentElement
.
style
.
setProperty
(
'
--prop-name
'
,
'
the-value
'
)
;
end of line
Share link:
https://www.alanwsmith.com/en/2s/gb/hq/7p/?set-a-custom-css-property-variable-in-javascript