Sha256: 0d97e7310d2121abd31ec60e2038356c0145093002ef1848daccec690e91516d
Contents?: true
Size: 1.38 KB
Versions: 1
Compression:
Stored size: 1.38 KB
Contents
// First, set some default constants @import "partials/base"; // Then we'll import the compass extension @import "html5-boilerplate"; /** * HTML5 ✰ Boilerplate * * style.css contains a reset, font normalization and some base styles. * * Credit is left where credit is due. * Much inspiration was taken from these projects: * - yui.yahooapis.com/2.8.1/build/base/base.css * - camendesign.com/design/ * - praegnanz.de/weblog/htmlcssjs-kickstart */ @include html5-boilerplate-reset; @include html5-boilerplate-fonts; @include html5-boilerplate-styles; /** * Primary styles. * * Author: */ @include html5-boilerplate-helpers; /** * Media queries for responsive design. * * These follow after primary styles so they will successfully override. */ @media all and (orientation:portrait) { /* Style adjustments for portrait mode goes here. */ } @media all and (orientation:landscape) { /* Style adjustments for landscape mode goes here. */ } /* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome) consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */ @media screen and (max-device-width: 480px) { /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */ /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */ } @include html5-boilerplate-print;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
html5-starter-0.1.4b | templates/project/style.scss |