Sha256: 47924b13c9e7b81ffe1e2a590dbadf6bc9312a20b3087781b73110ed776da774
Contents?: true
Size: 525 Bytes
Versions: 21
Compression:
Stored size: 525 Bytes
Contents
@charset "utf-8"; // Width of the content area $content-width: 800px !default; $on-palm: 480px !default; $on-laptop: 600px !default; // Use media queries like this: // @include media-query($on-palm) { // .wrapper { // padding-right: calc(var(--spacing-unit) / 20; // padding-left: calc(var(--spacing-unit) / 20; // } // } @mixin media-query($device) { @media screen and (max-width: $device) { @content; } } // Import partials. @import "aemi/base", "aemi/layout", "aemi/syntax-highlighting" ;
Version data entries
21 entries across 21 versions & 1 rubygems