Merge pull request #1693 from nasa/fix-selector-1685

Fix Selector Pool Control
This commit is contained in:
Victor Woeltjen 2017-08-29 11:36:47 -07:00 committed by GitHub
commit 13ffa3e3c4

View File

@ -21,7 +21,7 @@
*****************************************************************************/
/********************************************* COLUMN LAYOUTS STYLES */
/*@mixin cols($totalCols, $span) {
@mixin cols($totalCols, $span) {
$cw: 100% / $totalCols;
min-width: (500px / $totalCols) * $span;
@if ($totalCols != $span) {
@ -89,7 +89,7 @@
@include clearfix;
padding: $interiorMargin 0;
}
}*/
}
/********************************************* FLEX STYLES */
.l-flex-row,