lessphp icon indicating copy to clipboard operation
lessphp copied to clipboard

Property Interpolation error

Open DrDeath72 opened this issue 8 years ago • 0 comments

http://lesscss.org/features/#variables-feature-properties

.vendor(@property, @value) {
    -webkit-@{property}:@value;
     -khtml-@{property}:@value;
       -moz-@{property}:@value;
        -ms-@{property}:@value;
         -o-@{property}:@value;
            @{property}:@value;
}

.bla { .vendor(border-radius, 5px); }

DrDeath72 avatar Nov 20 '15 06:11 DrDeath72