File tree Expand file tree Collapse file tree 3 files changed +128
-0
lines changed Expand file tree Collapse file tree 3 files changed +128
-0
lines changed Original file line number Diff line number Diff line change @@ -444,6 +444,66 @@ template {
444444.grid--noBottom > [class *= "col" ] {
445445 padding-bottom : 0 ; }
446446
447+ .col-1 {
448+ -ms-flex-preferred-size : 12 ;
449+ flex-basis : 12 ;
450+ width : 8.3333333333% ; }
451+
452+ .col-2 {
453+ -ms-flex-preferred-size : 12 ;
454+ flex-basis : 12 ;
455+ width : 16.6666666667% ; }
456+
457+ .col-3 {
458+ -ms-flex-preferred-size : 12 ;
459+ flex-basis : 12 ;
460+ width : 25% ; }
461+
462+ .col-4 {
463+ -ms-flex-preferred-size : 12 ;
464+ flex-basis : 12 ;
465+ width : 33.3333333333% ; }
466+
467+ .col-5 {
468+ -ms-flex-preferred-size : 12 ;
469+ flex-basis : 12 ;
470+ width : 41.6666666667% ; }
471+
472+ .col-6 {
473+ -ms-flex-preferred-size : 12 ;
474+ flex-basis : 12 ;
475+ width : 50% ; }
476+
477+ .col-7 {
478+ -ms-flex-preferred-size : 12 ;
479+ flex-basis : 12 ;
480+ width : 58.3333333333% ; }
481+
482+ .col-8 {
483+ -ms-flex-preferred-size : 12 ;
484+ flex-basis : 12 ;
485+ width : 66.6666666667% ; }
486+
487+ .col-9 {
488+ -ms-flex-preferred-size : 12 ;
489+ flex-basis : 12 ;
490+ width : 75% ; }
491+
492+ .col-10 {
493+ -ms-flex-preferred-size : 12 ;
494+ flex-basis : 12 ;
495+ width : 83.3333333333% ; }
496+
497+ .col-11 {
498+ -ms-flex-preferred-size : 12 ;
499+ flex-basis : 12 ;
500+ width : 91.6666666667% ; }
501+
502+ .col-12 {
503+ -ms-flex-preferred-size : 12 ;
504+ flex-basis : 12 ;
505+ width : 100% ; }
506+
447507.grid--centered {
448508 -webkit-box-pack : center;
449509 -ms-flex-pack : center;
Original file line number Diff line number Diff line change @@ -444,6 +444,66 @@ template {
444444.grid--noBottom > [class *= "col" ] {
445445 padding-bottom : 0 ; }
446446
447+ .col-1 {
448+ -ms-flex-preferred-size : 12 ;
449+ flex-basis : 12 ;
450+ width : 8.3333333333% ; }
451+
452+ .col-2 {
453+ -ms-flex-preferred-size : 12 ;
454+ flex-basis : 12 ;
455+ width : 16.6666666667% ; }
456+
457+ .col-3 {
458+ -ms-flex-preferred-size : 12 ;
459+ flex-basis : 12 ;
460+ width : 25% ; }
461+
462+ .col-4 {
463+ -ms-flex-preferred-size : 12 ;
464+ flex-basis : 12 ;
465+ width : 33.3333333333% ; }
466+
467+ .col-5 {
468+ -ms-flex-preferred-size : 12 ;
469+ flex-basis : 12 ;
470+ width : 41.6666666667% ; }
471+
472+ .col-6 {
473+ -ms-flex-preferred-size : 12 ;
474+ flex-basis : 12 ;
475+ width : 50% ; }
476+
477+ .col-7 {
478+ -ms-flex-preferred-size : 12 ;
479+ flex-basis : 12 ;
480+ width : 58.3333333333% ; }
481+
482+ .col-8 {
483+ -ms-flex-preferred-size : 12 ;
484+ flex-basis : 12 ;
485+ width : 66.6666666667% ; }
486+
487+ .col-9 {
488+ -ms-flex-preferred-size : 12 ;
489+ flex-basis : 12 ;
490+ width : 75% ; }
491+
492+ .col-10 {
493+ -ms-flex-preferred-size : 12 ;
494+ flex-basis : 12 ;
495+ width : 83.3333333333% ; }
496+
497+ .col-11 {
498+ -ms-flex-preferred-size : 12 ;
499+ flex-basis : 12 ;
500+ width : 91.6666666667% ; }
501+
502+ .col-12 {
503+ -ms-flex-preferred-size : 12 ;
504+ flex-basis : 12 ;
505+ width : 100% ; }
506+
447507.grid--centered {
448508 -webkit-box-pack : center;
449509 -ms-flex-pack : center;
Original file line number Diff line number Diff line change @@ -78,6 +78,14 @@ <h3>@mixin generateBlockGridGutterless($blockGridValue)</h3>
7878
7979 </ section >
8080
81+ < section id ="generators ">
82+ < h2 > Generators < a class ="top-link " href ="#top "> ⇧</ a > </ h2 >
83+ < hr >
84+ < h3 > @include outputPrototypingHelperClasses;</ h3 >
85+ < p > Generates all Numbered Columns for prototyping or non-semantic usage:< br >
86+ < code > .col-1</ code > to < code > .col-12</ code > </ p >
87+ </ section >
88+
8189 < section id ="helpers ">
8290 < h2 > Helper Classes < a class ="top-link " href ="#top "> ⇧</ a > </ h2 >
8391 < hr >
You can’t perform that action at this time.
0 commit comments