Created
April 8, 2019 11:26
-
-
Save js2me/3f422b2bb26c47326ecf981070d1bf40 to your computer and use it in GitHub Desktop.
Size mixin needed to combine a couple css property into one or it can have name - square
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
@mixin size($size) { | |
height: $size; | |
width: $size; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment