Sha256: 56cb6714215178eb473bc137586065ae33885db18ffb359638291e4cdd2f7ac6
Contents?: true
Size: 964 Bytes
Versions: 2
Compression:
Stored size: 964 Bytes
Contents
/* * This is a manifest file that'll automatically include all the stylesheets available in this directory * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at * the top of the compiled file, but it's generally better to create a new file per style scope. */ /* Here's where we define some default constants */ @import "partials/constants"; /* Then we'll import the compass extension */ @import "partials/html5-boilerplate"; /* Now, you can simply include everything (except media) by uncommeting this line */ @include html5-boilerplate; /* 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/layout"; @import "partials/forms"; @import "partials/simple_form"; /* Media should come last */ @import "media";
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
playmo-0.0.11 | lib/playmo/recipes/templates/assets_recipe/stylesheets/application.css.scss |
playmo-0.0.10 | lib/playmo/recipes/templates/assets_recipe/stylesheets/application.css.scss |