Set A CSS Custom Property Variable In A Web Component's ShadowDOM With JavaScript

February 2025
this.style.setProperty('--prop-name', 'the-value');
end of line