Change CSS Variable value in Theme Customizer Live Preview

Try to replace

$( ':root' ).css( '--primary', to );

with

$( ':root' ).get(0).style.setProperty( '--primary', to );