Sha256: 84626c7904f7f8a77835e52fcc69df5860015fcbfde67966b7247b4d4485e867

Contents?: true

Size: 1.17 KB

Versions: 2

Compression:

Stored size: 1.17 KB

Contents

//--------------------------------
// CSS Reset
//--------------------------------
@include html5-boilerplate-reset;


//--------------------------------
// Base Fonts
//--------------------------------
@include html5-boilerplate-fonts($base-font-family, $base-font-size, $base-line-height);


//--------------------------------
// Minimal Base Styles
//--------------------------------
body, select, input, textarea { color: $font-color; }

html { @include force-scrollbar; }

a, a:active, a:visited { color: $link-color; }
a:hover { color: $link-hover-color; }

ul, ol { margin-left: $list-left-margin; }
ol { list-style-type: decimal; }

td, td img { vertical-align: top; }

sub { @include sub; }

sup { @include sup; }

@include accessible-focus;

@include quoted-pre;

@include align-input-labels;

@include hand-cursor-inputs;

@include selected-text;

@include webkit-tap-highlight;

@include ie-hacks;

@include no-nav-margins;


//--------------------------------
// Helpers
//--------------------------------
.ir { @include image-replacement; }

.hidden { @include hidden; }

.visuallyhidden { @include visually-hidden; }

.clearfix {
  @include pie-clearfix;  // defined by compass core
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
html5-boilerplate-0.3.1 templates/project/partials/_example.scss
html5-boilerplate-0.3.0 templates/project/partials/_example.scss