How can i reuse a color in a stylesheet?
- by Michel
Hi,
i have a stylesheet and a lot of styles with the same border color (#CCCCCC to be precise).
Is there a way to specify some kind of variable and reuse that, so in stead of typing #CCCCCC over and over, i can type
border: 1px solid $bordercolor;
ps i'm using asp.net mvc