Début de doc + modif grilles

This commit is contained in:
raphaelgoettter 2015-03-05 16:43:40 +01:00
parent 7f67b71c9c
commit ec671ed5e6
8 changed files with 49 additions and 135 deletions

View file

@ -1,5 +1,5 @@
/*!
* www.KNACSS.com V4.0.0 BETA (2015-03-05) @author: Raphael Goetter, Alsacreations
* www.KNACSS.com V4.0.2 BETA (2015-03-05) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/

View file

@ -37,9 +37,6 @@
& > .flexitem-double {
width: (2/$number * 100) + 0%;
}
& > .flexitem-first {
order: -1;
}
@media (min-width: ($small-screen + 1)) and (max-width: $medium-screen) {
& > * {
width: 33.3333%;
@ -104,10 +101,6 @@
@include grid(12);
}
.grid-16 {
@include grid(16);
}
// LESS mixins for *unequal* columns grid container
// example : .grid-container { @include uneven-grid(2, 1, 10px); }