I am customizing the pricing display for a product variant.

I would like to display a price per unit i.e. $ 2.00 per month (for 12 months)   vs $24.00.

Javascript is running on the page searching for the *render price*  "span" tags "price-value-xx" attribute, if found it appears to always overwrite my custom display value with the actual product variant price.

I've been able to disable this behavior by changing the attribute to say "unit-price-value-xx".

Will this change break anything downstream?

Thanks