1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

Merge pull request #18317 from twbs/redundant-text-aligns-18300

Remove non-responsive text alignment classes
This commit is contained in:
Mark Otto
2015-11-29 19:39:48 -08:00
8 changed files with 35 additions and 28 deletions

View File

@@ -46,9 +46,6 @@
// Alignment
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-justify { text-align: justify !important; }
.text-nowrap { white-space: nowrap !important; }
.text-truncate { @include text-truncate; }