typo
This commit is contained in:
parent
5ed0b50dcb
commit
4f6bccf6dd
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,8 @@
|
||||||
/* ---------------------------------- */
|
/* ---------------------------------- */
|
||||||
/* Doc : http://grillade.knacss.com */
|
/* Doc : http://grillade.knacss.com */
|
||||||
// gutter values for grid layouts. Unit can be: %, px, em, rem
|
// 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;
|
// https://github.com/alsacreations/KNACSS/issues/133;
|
||||||
$iefix: 0.01px;
|
$iefix: 0.01px;
|
||||||
@media (min-width: ($tiny + 1)) {
|
@media (min-width: ($tiny + 1)) {
|
||||||
|
@ -83,7 +84,7 @@ $iefix: 0.01px;
|
||||||
.pull {
|
.pull {
|
||||||
margin-right: auto !important;
|
margin-right: auto !important;
|
||||||
}
|
}
|
||||||
/* Grid order */
|
// Grid order
|
||||||
.grid-item-first {
|
.grid-item-first {
|
||||||
order: -1;
|
order: -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue