Hi,
Is there an easy way to convert my stylesheet.css to stylevar.
If there isn't an easy way, how would I convert this:
Code:
.boxTitle {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
background: #bbc3d3;
color: white;
vertical-align: top;
padding-left: 5px;
padding-right: 5px;
}
And how is this style then called from the stylevar.
Thanks,