1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00
This commit is contained in:
Jenil Gogari
2019-09-14 16:33:54 -04:00
parent 3e86397694
commit fcae86f912
7 changed files with 87 additions and 40 deletions

View File

@@ -84,27 +84,27 @@
float: left !important;
}
.is-text-center {
.text-center {
text-align: center;
}
.is-text-left {
.text-left {
text-align: left;
}
.is-text-right {
.text-right {
text-align: right;
}
.is-text-uppercase {
.text-uppercase {
text-transform: uppercase;
}
.is-text-lowercase {
.text-lowercase {
text-transform: lowercase;
}
.is-text-capitalize {
.text-capitalize {
text-transform: capitalize;
}

View File

@@ -1,4 +1,4 @@
/*! chota.css v0.6.2 | MIT License | github.com/jenil/chota */
/*! chota.css v0.7.0 | MIT License | github.com/jenil/chota */
@import "_base.css";
@import "_grid.css";
@import "_form.css";