aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css/less.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-09-18 22:27:46 +0300
committerXhmikosR <[email protected]>2018-10-18 11:27:47 +0300
commite105d156420864807dca97d4953d0baf843f01f9 (patch)
treed5af31ccf45bc45adfcecc23e7ce3428a9619c39 /docs/_includes/css/less.html
parentcf6f867190cd91181a63d8576c3f5a485d7050a7 (diff)
downloadbootstrap-e105d156420864807dca97d4953d0baf843f01f9.tar.xz
bootstrap-e105d156420864807dca97d4953d0baf843f01f9.zip
Use https, fix broken links and unneeded redirects.
Diffstat (limited to 'docs/_includes/css/less.html')
-rw-r--r--docs/_includes/css/less.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/less.html b/docs/_includes/css/less.html
index 85787303b..03caf113f 100644
--- a/docs/_includes/css/less.html
+++ b/docs/_includes/css/less.html
@@ -161,7 +161,7 @@ a {
<h3 id="less-mixins-box-sizing">Box-sizing</h3>
- <p>Reset your components' box model with a single mixin. For context, see this <a href="https://developer.mozilla.org/en-US/docs/CSS/box-sizing" target="_blank">helpful article from Mozilla</a>.</p>
+ <p>Reset your components' box model with a single mixin. For context, see this <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/box-sizing" target="_blank">helpful article from Mozilla</a>.</p>
<p>The mixin is <strong>deprecated</strong> as of v3.2.0, with the introduction of Autoprefixer. To preserve backwards-compatibility, Bootstrap will continue to use the mixin internally until Bootstrap v4.</p>
{% highlight scss %}
.box-sizing(@box-model) {