Created
September 7, 2013 10:36
-
-
Save babsgosgens/6474532 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
@if $debug-baseline { | |
html { | |
@extend %debug; | |
} | |
} | |
%debug { | |
/* | |
* Mixin debug-rhythm to display the vertical rhythm units | |
*/ | |
@include debug-rhythm; | |
} |
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
html { | |
/* Mixin debug-rhythm to display the vertical rhythm units */ | |
background-image: -webkit-linear-gradient(rgba(226, 255, 255, 0.5) 50%, transparent 50%); | |
background-image: linear-gradient(rgba(226, 255, 255, 0.5) 50%, transparent 50%); | |
background-size: 3em 3em; } | |
html * { | |
background-color: transcontainer !important; | |
background-image: none !important; | |
outline: rgba(255, 0, 255, 0.1) dotted 1px; | |
outline: #ff01ff dotted 1px \9; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment