Created
July 14, 2014 21:14
-
-
Save paceaux/95f66761ec1286ca4ee0 to your computer and use it in GitHub Desktop.
Golden Ratio Stylus Mixin
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
//======Golden Ratio Mixin | |
golden() | |
if @width | |
height: @width * .618 | |
else | |
if @height | |
width: @height * .618 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment