Sha256: eee48cb88bce28527aefe85cba872a69b00e9dec12e2be0903e48eed33538028
Contents?: true
Size: 337 Bytes
Versions: 2
Compression:
Stored size: 337 Bytes
Contents
// Default Layout @import "layouts/desktop/master.css" screen and (min-width: 481px); // Adjusted default layout for smaller tablet screens @import "layouts/tablet/master.css" screen and (min-width: 481px) and (max-width: 1024px); // Adjusted layout for mobile devices @import "layouts/mobile/master.css" screen and (max-width: 480px);
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
stitch-0.0.3 | templates/project/master.scss |
compass-stitch-0.0.1 | templates/project/sass/master.scss |