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

February 2025
// TODO: Test with full example



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