Skip to content

Instantly share code, notes, and snippets.

@seven-phases-max
Created November 4, 2019 06:16
Show Gist options
  • Save seven-phases-max/12d447f50d7a946d064100c98529d0d9 to your computer and use it in GitHub Desktop.
Save seven-phases-max/12d447f50d7a946d064100c98529d0d9 to your computer and use it in GitHub Desktop.
@grey: #a1a1a1;
.curve(@color: white) {
@ecolor: escape(@color);
background: url("... fill='@{ecolor}' ...");
}
t1 {.curve()} // OK
t2 {.curve(blue)} // OK
t3 {.curve(@grey)} // OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment