Skip to content

Instantly share code, notes, and snippets.

@babsgosgens
Created September 7, 2013 10:36
Show Gist options
  • Save babsgosgens/6474532 to your computer and use it in GitHub Desktop.
Save babsgosgens/6474532 to your computer and use it in GitHub Desktop.
@if $debug-baseline {
html {
@extend %debug;
}
}
%debug {
/*
* Mixin debug-rhythm to display the vertical rhythm units
*/
@include debug-rhythm;
}
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