diff options
| author | Mark Otto <[email protected]> | 2014-03-08 15:36:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-08 15:36:07 -0800 |
| commit | 7c9a58f3d93442e64628883f03d466af22341d10 (patch) | |
| tree | fbcdd1658bccd5c067d35dcff73c18e40593441c | |
| parent | 03701b8d4bdda30dc625cdd263ca586835f544e3 (diff) | |
| parent | 4b53ea30b42991394206a9050355bb3db578e9c0 (diff) | |
| download | bootstrap-7c9a58f3d93442e64628883f03d466af22341d10.tar.xz bootstrap-7c9a58f3d93442e64628883f03d466af22341d10.zip | |
Merge pull request #12976 from ZDroid/comment
Update .hide-text() comment
| -rw-r--r-- | less/mixins.less | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/less/mixins.less b/less/mixins.less index eee5865ca..ee27192fd 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -72,8 +72,7 @@ // // Heads up! v3 launched with 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()`. Note -// that we cannot chain the mixins together in Less, so they are repeated. +// of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`. // // Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757 |
