correction flex-item-double

This commit is contained in:
Raphael Goetter 2015-12-22 18:58:37 +01:00
parent 7709261653
commit d944ff8ad2
10 changed files with 129 additions and 104 deletions

View file

@ -1,5 +1,5 @@
/*!
* www.KNACSS.com V4.4.0 (12 décembre 2015) @author: Raphael Goetter, Alsacreations
* www.KNACSS.com V4.4.1 (22 décembre 2015) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/

View file

@ -88,25 +88,25 @@
[class*="-small-4"] > * {
width: ~'calc(100% * 1 / 4 - @{gutter} - .01px)';
}
[class*="-small-4"] > .flexitem-double {
[class*="-small-4"] > .flex-item-double {
width: ~'calc(100% * 1 / 2 - @{gutter} - .01px)';
}
[class*="-small-3"] > * {
width: ~'calc(100% * 1 / 3 - @{gutter} - .01px)';
}
[class*="-small-3"] > .flexitem-double {
[class*="-small-3"] > .flex-item-double {
width: ~'calc(100% * 2 / 3 - @{gutter} - .01px)';
}
[class*="-small-2"] > * {
width: ~'calc(100% * 1 / 2 - @{gutter} - .01px)';
}
[class*="-small-2"] > .flexitem-double {
[class*="-small-2"] > .flex-item-double {
width: ~'calc(100% - @{gutter} - .01px)';
}
[class*="-small-1"] > * {
width: ~'calc(100% - @{gutter} - .01px)';
}
[class*="-small-1"] > .flexitem-double {
[class*="-small-1"] > .flex-item-double {
width: ~'calc(100% - @{gutter} - .01px)';
}
}
@ -116,13 +116,13 @@
[class*="-tiny-2"] > * {
width: ~'calc(100% * 1 / 2 - @{gutter} - .01px)';
}
[class*="-tiny-2"] > .flexitem-double {
[class*="-tiny-2"] > .flex-item-double {
width: ~'calc(100% - @{gutter} - .01px)';
}
[class*="-tiny-1"] > * {
width: ~'calc(100% - @{gutter} - .01px)';
}
[class*="-tiny-1"] > .flexitem-double {
[class*="-tiny-1"] > .flex-item-double {
width: ~'calc(100% - @{gutter} - .01px)';
}
}
@ -177,4 +177,4 @@
.@{kna-namespace}push {
margin-left: auto;
}
}