il voit du flexbox partout !

This commit is contained in:
raphaelgoettter 2015-04-13 16:25:22 +02:00
parent 1b8e540dd4
commit b3089b4b19
7 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "KNACSS",
"version": "4.1.2",
"version": "4.1.3",
"homepage": "http://www.knacss.com/",
"authors": [
"Raphaël GOETTER, Alsacreations"

View File

@ -653,7 +653,7 @@ body > script {
/* flexbox layout
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
.flex-container {
[class*="flex-container"] {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -102,7 +102,7 @@ body > script {
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
.flex-container {
[class*="flex-container"] {
display : flex;
flex-wrap: wrap;
}

View File

@ -1,6 +1,6 @@
{
"name": "knacss",
"version": "4.1.2",
"version": "4.1.3",
"homepage": "http://www.knacss.com/",
"bugs": "https://github.com/raphaelgoetter/KNACSS/issues",
"author": [

View File

@ -102,7 +102,7 @@ body > script {
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
.flex-container {
[class*="flex-container"] {
display : flex;
flex-wrap: wrap;
}