Sha256: 0c4f0b58ef6e11f5dcfcd8401172bd10cea889bae333a72740067f9f04db016f

Contents?: true

Size: 663 Bytes

Versions: 2

Compression:

Stored size: 663 Bytes

Contents


//* Generic global UI objects */
//* ------------------------- */
%clearfix {
	@include clearfix;
}

%standard_block_spacing {
	@include standard_block_spacing;
}

%standard_hr {
	@include standard_hr;
}

%standard_rounded_borders {
	@include standard_rounded_border;
}

%box_sizing {
	@include box_sizing;
}

// Standardized uses for box and text shadows //
//* text shadows */
//* ------------ */
%primary_text_shadow {
	@include primary_text_shadow;
}
%disabled_text_shadow {
	@include disabled_text_shadow;
}

//* box shadows */
//* ----------- */
%primary_box_shadow {
	@include primary_box_shadow;
}
%disabled_box_shadow {
	@include disabled_box_shadow;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stipe-0.0.2.1 stylesheets/stipe/stipe/_extends.scss
stipe-0.0.2 stylesheets/stipe/stipe/_extends.scss