Sha256: 772f04f22d178eb33dd1ebc2127405f5a5b363522472f68f1697864fb04c4c6b
Contents?: true
Size: 826 Bytes
Versions: 4
Compression:
Stored size: 826 Bytes
Contents
// This is where you put the contents of the main stylesheet for the user's project. // It should import your sass stylesheets and demonstrate how to use them. // Here's where we define some default constants @import "partials/base"; // Then we'll import the compass extension @import "h5bp"; // Now, you can simply include everything // (except print and helpers) by uncommeting this line @include h5bp-normalize; // 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"; // Helpers classes should come second-to-last @include h5bp-helpers; // Media should come last @import "partials/media";
Version data entries
4 entries across 4 versions & 1 rubygems