Sha256: 260120ba56ac572a4bdc23eeaa4994388b6e9d279cadc8cd4d5d34c95e20af70
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 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 //-------------------------------- html { @include force-scrollbar; } ul, ol { margin-left: $list-left-margin; } ol { list-style-type: decimal; } td, td img { vertical-align: top; } sub { @include sub; } sup { @include sup; } textarea { overflow: auto; } @include accessible-focus; @include quoted-pre; @include align-input-labels; @include hand-cursor-inputs; @include reset-form-elements; @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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
html5-boilerplate-0.3.3 | templates/project/partials/_overrides.scss |