ajout du patch min-width: 0 sur les flex-items

This commit is contained in:
Raphael Goetter 2016-01-14 09:36:17 +01:00
parent 1bca49b368
commit f70d820f83
14 changed files with 141 additions and 149 deletions

View file

@ -1,5 +1,5 @@
/*!
* www.KNACSS.com V4.4.2 (24 décembre 2015) @author: Raphael Goetter, Alsacreations
* www.KNACSS.com V4.4.3 (14 janvier 2016) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/

View file

@ -25,7 +25,6 @@
/* inline-block fallback for IE9 generation */
letter-spacing: -0.31em;
text-rendering: optimizespeed;
}
/* grid childs */
@ -33,13 +32,13 @@
box-sizing: border-box;
flex: 0 0 auto;
width: ~'calc(100% * 1 / @{number} - @{gutter} - .01px)';
min-width: 0;
margin-left: @gutter;
/* inline-block fallback for IE9 generation */
display: inline-block;
vertical-align: top;
letter-spacing: normal;
text-rendering: auto;
}
// LESS mixins for *equal* columns grid container
@ -175,7 +174,6 @@
.@{kna-namespace}pull {
margin-right: auto;
}
.@{kna-namespace}push {
margin-left: auto;
}