mirror of
https://github.com/jenil/chota.git
synced 2023-08-10 21:13:07 +03:00
v0.7.0
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user