Sha256: 89321b3b92bc9f7204ddfc02ae8f939175ed1f4fe542cafadb61bf1f1eae1b44
Contents?: true
Size: 572 Bytes
Versions: 6
Compression:
Stored size: 572 Bytes
Contents
--- # Only the main Sass file needs front matter (the dashes are enough) --- @charset "utf-8"; // Our variables $font-family-base: Ubuntu, Helvetica, Arial, sans-serif; $spacing-unit: 30px; // Use media queries like this: // @include media-query($on-palm) { // .wrapper { // padding-right: $spacing-unit / 2; // padding-left: $spacing-unit / 2; // } // } // Import partials from `sass_dir` (defaults to `_sass`) @import "bootstrap", "bootflat", "syntax-highlighting", "font-awesome", "overrides" ;
Version data entries
6 entries across 6 versions & 1 rubygems