JavaScript changing CSS properties
Budget: $10 – $30 USD
I need a JavaScript code that, dynamicaly adds code before and after every 'px' propertie.
Example:
As it is -> .style{ padding: 30px }
Change to -> .style{ padding: calc( 30px * 3 ) }
Example:
As it is -> .style{ padding: 30px }
Change to -> .style{ padding: calc( 30px * 3 ) }