aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-11-29 19:39:48 -0800
committerMark Otto <[email protected]>2015-11-29 19:39:48 -0800
commit45632894d9bc9204cfff4b3c97b6c2bccc8b235f (patch)
treec359d4987ebd696b1c88f2b40330d975c7baba03 /scss
parentc2cf58b4a0abb66689d5f5174842562c26a6e898 (diff)
parentade2ab13418b2c86aa47a767533e542dc6589aff (diff)
downloadbootstrap-45632894d9bc9204cfff4b3c97b6c2bccc8b235f.tar.xz
bootstrap-45632894d9bc9204cfff4b3c97b6c2bccc8b235f.zip
Merge pull request #18317 from twbs/redundant-text-aligns-18300
Remove non-responsive text alignment classes
Diffstat (limited to 'scss')
-rw-r--r--scss/_utilities.scss3
1 files changed, 0 insertions, 3 deletions
diff --git a/scss/_utilities.scss b/scss/_utilities.scss
index 3a042bf39..dfe718ec9 100644
--- a/scss/_utilities.scss
+++ b/scss/_utilities.scss
@@ -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; }