concat variables in Less
so you want to concat variables in less. Here is how
@cdnPrefix: "https://s3.amazonaws.com/some-bucket";
// now you can use this var anywhere...
.my-class {
background-image: url("@{cdnPrefix}/images/bg-image.png");
}
have fun.
Written by David Morrow
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#