home
~
projects
~
socials
Set A CSS Custom Property Variable In A Web Component's ShadowDOM With JavaScript
this
.
style
.
setProperty
(
'
--prop-name
'
,
'
the-value
'
)
;
-- end of line --