I want to do something like this (Source - CSS Tricks Article):
#veinte { color/*\\**/: blue\\9; }
in
You can try this one: background-position:~"-150px 0px\9" width:~"300px\9";
background-position:~"-150px 0px\9" width:~"300px\9";
example:
.test{ width:~"300px\9"; }