Commit 5c1357b3 authored by Mark Otto's avatar Mark Otto

grunt

parent 1d97cbed
...@@ -1138,6 +1138,15 @@ mark, ...@@ -1138,6 +1138,15 @@ mark,
.text-nowrap { .text-nowrap {
white-space: nowrap; white-space: nowrap;
} }
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted { .text-muted {
color: #999; color: #999;
} }
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment