varshluck / closure-stylesheets

Automatically exported from code.google.com/p/closure-stylesheets
Apache License 2.0
0 stars 0 forks source link

Feature request for joining strings #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Would be nice to be able to do something similar to this

@def IMAGES_DIR       '/Content/Images/';

.icon.field.text {
    background-image: url(IMAGES_DIR + 98-CoffeeCup.png);
}

Original issue reported on code.google.com by ali.taf...@googlemail.com on 24 May 2013 at 1:52