From fc87d82ae926b4c92b5b41f2bcfa2d8f8541289b Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Tue, 10 Nov 2015 22:07:38 -0500 Subject: Update verb tenses to proper tense for feature deprecations X-Ref: https://github.com/twbs/bootstrap/commit/fce30b57e2fbe750cdebf1794d3917f3176d06ce --- less/mixins/hide-text.less | 2 +- less/mixins/vendor-prefixes.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'less') 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 -- cgit v1.2.3