Skip to content

Instantly share code, notes, and snippets.

@smithki
Created March 28, 2019 22:25
Show Gist options
  • Save smithki/9f808fbdec346a4070842edcadb2cefb to your computer and use it in GitHub Desktop.
Save smithki/9f808fbdec346a4070842edcadb2cefb to your computer and use it in GitHub Desktop.
.my-button {
@include A(extend, "marginRight", "small");
// Imagining we have the breakpoint "desktop" configured,
// we can apply responsiveness to the value.
@include A(extend, "marginRight", "medium", (
breakpoint: "desktop",
));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment