diff options
| author | Martijn Cuppens <[email protected]> | 2019-12-30 21:33:34 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-12-30 22:33:34 +0200 |
| commit | bd278341989e115e95fe29bc4738b440087f6d75 (patch) | |
| tree | 096e4c0c0b899e17ae6fc4ae7dfe60aeddfae485 /scss | |
| parent | c30abbe112024b41a7cbdb3882e868955ceb5b0f (diff) | |
| download | bootstrap-bd278341989e115e95fe29bc4738b440087f6d75.tar.xz bootstrap-bd278341989e115e95fe29bc4738b440087f6d75.zip | |
Drop `.text-justify` class (#29793)
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_utilities.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_utilities.scss b/scss/_utilities.scss index d3ead7d42..7c53a44c4 100644 --- a/scss/_utilities.scss +++ b/scss/_utilities.scss @@ -377,7 +377,7 @@ $utilities: map-merge( responsive: true, property: text-align, class: text, - values: left right center justify + values: left right center ), "color": ( property: color, |
