Created
March 28, 2019 22:25
-
-
Save smithki/9f808fbdec346a4070842edcadb2cefb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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