diff options
| author | Chris Rebert <[email protected]> | 2015-06-01 16:55:00 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-06-01 16:55:00 -0700 |
| commit | f09e7964298971b024965b48a876153f5e420f81 (patch) | |
| tree | 3b3eb956182bc6e644ef4a5cf1ed8737f59fb9a8 | |
| parent | bae5f376c5c54a629de86fec0c2493a29168ee9d (diff) | |
| parent | 565037a914e72ed7e0a0e2689b6af1eb8bccf4a3 (diff) | |
| download | bootstrap-f09e7964298971b024965b48a876153f5e420f81.tar.xz bootstrap-f09e7964298971b024965b48a876153f5e420f81.zip | |
Merge pull request #16567 from justincron/master
Fixed typo in hide-text.less
[skip sauce]
[skip validator]
| -rw-r--r-- | less/mixins/hide-text.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins/hide-text.less b/less/mixins/hide-text.less index c2315e572..bc7011850 100644 --- a/less/mixins/hide-text.less +++ b/less/mixins/hide-text.less @@ -1,6 +1,6 @@ // CSS image replacement // -// Heads up! v3 launched with with only `.hide-text()`, but per our pattern for +// Heads up! v3 launched with only `.hide-text()`, but per our pattern for // mixins being reused as classes with the same name, this doesn't hold up. As // of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`. // |
