I have some variables in php which i want to use in my css, how would I go in using these in CSS ?
-webkit-clip-path: inset(0 1500px ("<?php echo $y; ?>") 0);
-moz-clip-path: inset(0 1500px ("<?php echo $y; ?>") 0);
-o-clip-path: inset(0 1500px ("<?php echo $y; ?>") 0);
clip-path: inset(0 1500px ("<?php echo $y; ?>") 0);
This doesnt seem to work, with or without the quotes around the .