Skip to content

Instantly share code, notes, and snippets.

@seven-phases-max
Created February 22, 2019 22:13
Show Gist options
  • Save seven-phases-max/3b6141f2e6907fd12406ef80d66ffc7e to your computer and use it in GitHub Desktop.
Save seven-phases-max/3b6141f2e6907fd12406ef80d66ffc7e to your computer and use it in GitHub Desktop.
.get-property-box(@mask) {
.- {
each(@mask, {r+_: @value});
} .-;
return: $r;
}
#usage {
@mask: 5, 6, 42;
border-radius: .get-property-box(@mask)[];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment