diff options
| author | XhmikosR <[email protected]> | 2018-10-20 12:41:20 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-20 14:03:59 +0300 |
| commit | 7aaabebdedb6cd1483ea6de37d84d578a131cfbc (patch) | |
| tree | ff5da28f1fd733278077dfe090e16f3322f4d026 /docs/_includes/css/less.html | |
| parent | bbc862b37649b8d761a12f49d2a50259b3292b16 (diff) | |
| download | bootstrap-7aaabebdedb6cd1483ea6de37d84d578a131cfbc.tar.xz bootstrap-7aaabebdedb6cd1483ea6de37d84d578a131cfbc.zip | |
Use https in more places.
Diffstat (limited to 'docs/_includes/css/less.html')
| -rw-r--r-- | docs/_includes/css/less.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/less.html b/docs/_includes/css/less.html index 50ee41d6a..be05f17a9 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" rel="noopener" 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" rel="noopener" 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) { |
