Last active
November 2, 2017 05:53
-
-
Save robwierzbowski/03128fbf378db388cb8339e51d5cd180 to your computer and use it in GitHub Desktop.
Example of non-additive styes
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
.userPreview { | |
border: 5px solid $off-black; | |
font-size: 1.5rem; | |
background: $light-gray; | |
&.--compact { | |
border: 1px solid $off-black; | |
font-size: 1rem; | |
background: transparent; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment