Skip to content

Instantly share code, notes, and snippets.

@seven-phases-max
Created September 25, 2019 14:23
Show Gist options
  • Save seven-phases-max/ac840819a2a19b9e688089107a758286 to your computer and use it in GitHub Desktop.
Save seven-phases-max/ac840819a2a19b9e688089107a758286 to your computer and use it in GitHub Desktop.
// data:
.profile_image() {
.thumbnail {width: 200; height: 100}
.large {width: 800; height: 600}
}
// usage:
div.image {
.profile_image.large;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment