I just found that we can use regular expression in CSS, and found this helping URL :- http://www.w3.org/TR/selectors/#attribute-substrings
But I couldnot find my answer over there.
My Question is can i use something like
s* {
margin : $1px;
}
*
for any data there and using it with $1
.
That says, Whatever is available after s
put in before px
.
Thanks