Début de doc + modif grilles
This commit is contained in:
parent
7f67b71c9c
commit
ec671ed5e6
8 changed files with 49 additions and 135 deletions
|
@ -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/
|
||||
*/
|
||||
|
||||
|
|
|
@ -36,9 +36,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%;
|
||||
|
@ -103,10 +100,6 @@
|
|||
.grid(12);
|
||||
}
|
||||
|
||||
.grid-16 {
|
||||
.grid(16);
|
||||
}
|
||||
|
||||
// LESS mixins for *unequal* columns grid container
|
||||
// example : .grid-container { .uneven-grid(2, 1, 10px); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue