home ~ projects ~ socials

Set A Custom CSS Property Variable On A Web Component In JavaScript

// TODO: Test with full example

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