diff options
| author | Kevin Kirsche <[email protected]> | 2015-11-10 22:07:38 -0500 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-11-11 18:54:10 -0500 |
| commit | fc87d82ae926b4c92b5b41f2bcfa2d8f8541289b (patch) | |
| tree | 3e1063973f9c15b241b4be8d71e74ba62acb069d /less | |
| parent | b2a4cf0517657fcd17a04630b7cacbaa5f4ffc96 (diff) | |
| download | bootstrap-fc87d82ae926b4c92b5b41f2bcfa2d8f8541289b.tar.xz bootstrap-fc87d82ae926b4c92b5b41f2bcfa2d8f8541289b.zip | |
Update verb tenses to proper tense for feature deprecations
X-Ref: https://github.com/twbs/bootstrap/commit/fce30b57e2fbe750cdebf1794d3917f3176d06ce
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins/hide-text.less | 2 | ||||
| -rw-r--r-- | less/mixins/vendor-prefixes.less | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/less/mixins/hide-text.less b/less/mixins/hide-text.less index bc7011850..2bb84a3b4 100644 --- a/less/mixins/hide-text.less +++ b/less/mixins/hide-text.less @@ -6,7 +6,7 @@ // // Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757 -// Deprecated as of v3.0.1 (will be removed in v4) +// Deprecated as of v3.0.1 (has been removed in v4) .hide-text() { font: ~"0/0" a; color: transparent; diff --git a/less/mixins/vendor-prefixes.less b/less/mixins/vendor-prefixes.less index cc5c15eb6..2b5e74b99 100644 --- a/less/mixins/vendor-prefixes.less +++ b/less/mixins/vendor-prefixes.less @@ -1,7 +1,7 @@ // Vendor Prefixes // // All vendor mixins are deprecated as of v3.2.0 due to the introduction of -// Autoprefixer in our Gruntfile. They will be removed in v4. +// Autoprefixer in our Gruntfile. They have been removed in v4. // - Animations // - Backface visibility |
