Sha256: cb2a76975d5351c1dc4c8699126ced4b1d55d01dafa9953ba88f142adcb5c65f
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 KB
Contents
/* Less Framework 3 * by Joni Korpi * http://lessframework.com */ @import lessframework/reset @import lessframework/grid @import lessframework/text h1 @include huge-font h2 @include large-font h3 @include big-font ::selection background: rgb(255,255,0) ::-moz-selection background: rgb(255,255,0) img::selection background: transparent img::-moz-selection background: transparent /* Default 8-column layout For tablets at 768 px, netbooks, and old browsers. */ body @include grid(8) @include font-stack @include normal-font background: rgb(232,232,232) -webkit-tap-highlight-color: rgb(255,255,0) /* 13-column layout For laptops, desktops, and hdtvs at 1280 px and beyond. */ @media only screen and (min-width: 1212px) body @include grid(13) /* 5-column layout For 480 px mobiles, narrow browsers, and landscape iPhones. */ @media only screen and (max-width: 767px) and (min-width: 480px) body @include grid(5) @include mobile-safari /* 3-column layout For all iPhones, iPod Touches, and other 320 px mobiles. */ @media only screen and (max-width: 479px) body @include grid(3) @include mobile-safari
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
compass-less-plugin-0.3.1 | templates/project/styles.sass |