Sha256: 18477aa3de0c4b68a8d8cae684e67d2e33f14b0c11704cd515e22b94567f0d80

Contents?: true

Size: 403 Bytes

Versions: 5

Compression:

Stored size: 403 Bytes

Contents

%clearfix {
	zoom: 1;

	&:before,
	&:after {
		display: table;
		clear: both;
		content: ' ';
	}
}
%contentbox {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	
	*,
	&:before,
	&:after,
	:after,
	:before {
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}

}

$browser-context: 13; // Default

@function em($pixels, $context: $browser-context) {
	@return #{$pixels/$context}em
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
webshims-rails-1.14.1 vendor/assets/javascripts/webshims/shims/styles/scss/_extends.scss
webshims-rails-1.12.7 vendor/assets/javascripts/webshims/shims/styles/scss/_extends.scss
webshims-rails-1.12.5 vendor/assets/javascripts/webshims/shims/styles/scss/_extends.scss
webshims-rails-1.12.3 vendor/assets/javascripts/webshims/shims/styles/scss/_extends.scss
webshims-rails-1.12.2 vendor/assets/javascripts/webshims/shims/styles/scss/_extends.scss