Sha256: d6d088351f8565789a30c73b0b86970408ca357a8ecb2651b3ec6fe35925f17b

Contents?: true

Size: 584 Bytes

Versions: 3

Compression:

Stored size: 584 Bytes

Contents

@function unicode($str){
	@return unquote("\"") + $str + unquote("\"");
}

@mixin clearfix() {
	&:after,
	&:before {
		content: "";
		display: table;
		line-height: 0;
	}
	&:after {
		clear: both;
	}
}

@mixin form-label() {
	padding-top: (($input-height - $line-height) / 2);
	padding-bottom: (($input-height - $line-height) / 2);
	text-align: right;
}

@mixin img-responsive() {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100% \9;
}

@mixin text-overflow() {
	display: block;
	line-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
material-sass-0.0.4 app/assets/stylesheets/material/mixin/_utilities.scss
material-sass-0.0.3 app/assets/stylesheets/material/mixin/_utilities.scss
material-sass-0.0.2 app/assets/stylesheets/material/mixin/_utilities.scss