kouto-swiss
Version:
A complete CSS framework for Stylus
118 lines (117 loc) • 2.95 kB
CSS
div {
-webkit-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
div {
-webkit-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-align-items: stretch;
align-items: stretch;
}
div {
-webkit-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-align-items: baseline;
align-items: baseline;
}
div {
-webkit-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-align-items: flex-end;
align-items: flex-end;
}
div {
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-align-items: baseline;
align-items: baseline;
}
div {
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
div {
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
div {
-webkit-justify-content: flex-end;
-ms-justify-content: flex-end;
justify-content: flex-end;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-align-items: flex-end;
align-items: flex-end;
}
div {
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-align-items: stretch;
align-items: stretch;
}
div {
-webkit-justify-content: space-evenly;
-ms-justify-content: space-evenly;
justify-content: space-evenly;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-align-items: stretch;
align-items: stretch;
}
div {
-webkit-justify-content: space-around;
-ms-justify-content: space-around;
justify-content: space-around;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-align-items: stretch;
align-items: stretch;
}
div {
-webkit-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-align-items: baseline;
align-items: baseline;
}
div {
-webkit-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-align-items: stretch;
align-items: stretch;
}