Sha256: 72f9a024be8e3d92309db029e5dec5ea933d8febd24e4db4076800a48be53aa5
Contents?: true
Size: 651 Bytes
Versions: 2
Compression:
Stored size: 651 Bytes
Contents
/* Welcome to Susy. Use this file to define screen styles. * Import this file using the following HTML or equivalent: * <link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" /> */ @import "defaults"; /* @group STRUCTURE */ @include susy; // change '#page' to match your HTML container element(s) #page { @include container; } /* @end */ /* @group COMPONENTS by type */ /* @end */ /* @group OVERRIDES by content */ /* @end */ /* @group OVERRIDES by page */ /* @end */ /* @group DEBUG */ // Uncomment, adjust and use for debugging // #page { // @include show-grid("your-grid-image.png"); } /* @end */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
compass-susy-plugin-0.7.0.pre8 | templates/project/screen.scss |
compass-susy-plugin-0.7.0.pre7 | templates/project/screen.scss |