Created
March 2, 2012 20:35
-
-
Save jcroft/1961106 to your computer and use it in GitHub Desktop.
Example of how to use this media query mixin: https://github.com/jcroft/jeffcroft-css-framework-v2/blob/master/framework/css/core/_media_queries.sass
This file contains 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
div#content-wrapper | |
+container | |
#left-sidebar | |
+column(100%) | |
+respond-to(tablet-large) | |
width: 25% | |
#main-content | |
+column(100%) | |
+respond-to(tablet-large) | |
width: 50% | |
#right-sidebar | |
+column(100%) | |
+respond-to(tablet-large) | |
width: 25% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment