|
|
|||
Warning, /iDDS/monitor/data/scss/bootstrap/_grid.scss is written in an unsupported language. File is not indexed.
0001 // Row
0002 //
0003 // Rows contain your columns.
0004
0005 @if $enable-grid-classes {
0006 .row {
0007 @include make-row();
0008
0009 > * {
0010 @include make-col-ready();
0011 }
0012 }
0013 }
0014
0015
0016 // Columns
0017 //
0018 // Common styles for small and large grid columns
0019
0020 @if $enable-grid-classes {
0021 @include make-grid-columns();
0022 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|