Sha256: e4a4e6d7f0f1210fbb286950cf87c4947e77dc044ce16f7a3dd6519858da6227
Contents?: true
Size: 1.42 KB
Versions: 1
Compression:
Stored size: 1.42 KB
Contents
// Layout Styles based on SMACSS // For more info on SMACSS - http://smacss.com/book/type-layout // // ============================================================================= // Table of Contents // ============================================================================= // // IMPORTS......................Imported Sass Methods // RESPONSIVE GRIDS.............Grid System // BASE STRUCTURE...............Content, Containers // // ----------------------------------------------------------------------------- // :: IMPORTS // ----------------------------------------------------------------------------- @import "grid" @if $grid // --------------------------------------------------------------------------- // :: RESPONSIVE GRIDS // --------------------------------------------------------------------------- // Extends placeholder from 'layout/grid' .l-grid @extend %grid .l-grid--full @extend %grid @extend %grid--full .l-grid__item @extend %grid__item // ----------------------------------------------------------------------------- // :: BASE STRUCTURE // ----------------------------------------------------------------------------- // Site Container full height max width .l-container height: auto min-height: 100% width: 100% // Page max width wrapper .l-content margin: 0 auto //max-width: $base-width //width: 95% // 100% width container .l-content--full width: 100%
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
skeletor_backbone-0.0.5 | app/assets/stylesheets/skeletor/layout/skeleton.sass |