This commit is contained in:
Raphael Goetter 2016-10-27 15:15:38 +02:00
parent 5ed0b50dcb
commit 4f6bccf6dd

View File

@ -3,7 +3,8 @@
/* ---------------------------------- */
/* Doc : http://grillade.knacss.com */
// gutter values for grid layouts. Unit can be: %, px, em, rem
$grid-gutters: ( '': 1rem, '-l': 2rem, '-xl': 4rem ); // IEfixing, see
$grid-gutters: ( '': 1rem, '-l': 2rem, '-xl': 4rem );
// IEfixing, see
// https://github.com/alsacreations/KNACSS/issues/133;
$iefix: 0.01px;
@media (min-width: ($tiny + 1)) {
@ -83,7 +84,7 @@ $iefix: 0.01px;
.pull {
margin-right: auto !important;
}
/* Grid order */
// Grid order
.grid-item-first {
order: -1;
}