Sha256: 36f0ea0ee5841bc16d54827e3d74d0478a54482820d9c5fde8f69252b2db624a

Contents?: true

Size: 1.08 KB

Versions: 25

Compression:

Stored size: 1.08 KB

Contents

// Default silent classes. To use in your final CSS, use the following syntax:
// .foo {
//   @extend %silent_class;
// }


//* Text classes */
%headings_1 {
  @include heading();
}

%headings_2 {
  @extend %headings_1;
  @include text($heading_2);
}

%headings_3 {
  @extend %headings_1;
  @include text($heading_3);
}

%headings_4 {
  @extend %headings_1;
  @include text($heading_4);
}

%headings_5 {
  @extend %headings_1;
  @include text($heading_5);
}

%headings_6 {
  @extend %headings_1;
  @include text($heading_6);
}


%small {
  @include small;
}

%medium {
  @include medium;
}

%large {
  @include large;
}





//* Font family classes */
%primary_font_family {
  font-family: $primary_font_family;
}

%secondary_font_family {
  font-family: $secondary_font_family;
}

%heading_font_family {
  font-family: $heading_font_family;
}





//* Hide Text, Kellum Method */
%hide_text {
  @include hide_text;
}




//* Standard content block styling */
%bulleted_list {
  @include bulleted_list;
}

%content_block {
  @extend %standard_block_spacing;
  float: left;
  @extend %bulleted_list;
}



Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
stipe-0.0.6.3 stylesheets/stipe/typography/_extends.scss
stipe-0.0.6.2 stylesheets/stipe/typography/_extends.scss
stipe-0.0.6.1 stylesheets/stipe/typography/_extends.scss
stipe-0.0.6.0 stylesheets/stipe/typography/_extends.scss
stipe-0.0.5.9 stylesheets/stipe/typography/_extends.scss
stipe-0.0.5.8 stylesheets/stipe/typography/_extends.scss
stipe-0.0.5.7.9 stylesheets/stipe/typography/_extends.scss
stipe-0.0.5.7.8 stylesheets/stipe/typography/_extends.scss
stipe-0.0.5.7.7 stylesheets/stipe/typography/_extends.scss
stipe-0.0.5.7.6 stylesheets/stipe/typography/_extends.scss
stipe-0.0.5.7.5 stylesheets/stipe/typography/_extends.scss
stipe-0.0.5.7.4 stylesheets/stipe/typography/_extends.scss
stipe-0.0.5.7.3 stylesheets/stipe/typography/_extends.scss
stipe-0.0.5.7.2 stylesheets/stipe/typography/_extends.scss
stipe-0.0.5.7.1 stylesheets/stipe/typography/_extends.scss
stipe-0.0.5.7 stylesheets/stipe/typography/_extends.scss
stipe-0.0.5.6 stylesheets/stipe/typography/_extends.scss
stipe-0.0.5.5 stylesheets/stipe/typography/_extends.scss
stipe-0.0.5.4 stylesheets/stipe/typography/_extends.scss
stipe-0.0.5.3 stylesheets/stipe/typography/_extends.scss