Sha256: 454c968097e6d33dd411871583080758d6ee78d37b916c317885db6f3439c38c
Contents?: true
Size: 829 Bytes
Versions: 11
Compression:
Stored size: 829 Bytes
Contents
// Here's where we define some default constants @import "partials/base"; // Then we'll import the compass extension @import "html5-boilerplate"; // Now, you can simply include everything // (except media) by uncommeting this line //@include html5-boilerplate; // Or, you can pick and choose only the sections // you want by using the these includes @include html5-boilerplate-reset; @include html5-boilerplate-fonts; @include html5-boilerplate-styles; @include html5-boilerplate-helpers; // Or, you can import the "overrides" partial if // you want more control over individual mixins //@import "partials/overrides"; // Finally, put your own styles in these partials // and add more as needed (i.e. forms, tables, nav) @import "partials/fonts"; @import "partials/page"; // Media should come last @import "partials/media";
Version data entries
11 entries across 11 versions & 2 rubygems