Sha256: b31792cb86d31ff358c497cec6dcbb5aa13dc6c04e60c1f13c73c194bc5d3d2c

Contents?: true

Size: 794 Bytes

Versions: 2

Compression:

Stored size: 794 Bytes

Contents

// /**
//  * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
//  * Licensed under MIT; see LICENSE.txt
//  */
@if $trace-imports { @debug 'imported'; }


// 	================================================================================
// 	Debug helpers
// 	================================================================================

@if $debug-baseline {
	html {
		@extend %debug;			
	}
}

%debug {
	/*
	 * Mixin debug-rhythm to display the vertical rhythm units
	 */
	@include debug-rhythm;
}


// 	================================================================================
// 	@todo Webfont loader states
// 	================================================================================

%is-wf-loading {

}
%is-wf-active {

}
%is-wf-inactive {
	
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
persistentgrid-0.0.1.beta.12 scss/persistentgrid/base/typography/_behavior.scss
persistentgrid-0.0.1.beta.11 scss/persistentgrid/base/typography/_behavior.scss