Skip to content

Commit 33e057a

Browse files
author
mrmrs
committed
Merge branch 'master' of github.com:tachyons-css/tachyons-css.github.io
2 parents d9fc1a8 + 036c30d commit 33e057a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/layout/clearfix/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ <h4 class="f6 fw6">Next</h4>
148148
</div>
149149
<div class="mt5">
150150
<h4 class="f6 fw6">Reference</h4>
151-
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/clears" class="link fw6 blue dim">MDN - Clears</a>
151+
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/clear" class="link fw6 blue dim">MDN - Clears</a>
152152
</div>
153153
</div>
154154
<section class="bg-white black-70 pt4 pb5 overflow-container">

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"tachyons-box-shadow": "^2.0.2",
4444
"tachyons-box-sizing": "^3.1.8",
4545
"tachyons-clears": "^3.0.2",
46-
"tachyons-cli": "^1.0.9",
46+
"tachyons-cli": "^1.0.10",
4747
"tachyons-colors": "^5.3.1",
4848
"tachyons-coordinates": "^4.0.2",
4949
"tachyons-debug": "^1.1.7",

src/templates/docs/clearfix/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h4 class="f6 fw6">Next</h4>
101101
</div>
102102
<div class="mt5">
103103
<h4 class="f6 fw6">Reference</h4>
104-
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/clears" class="link fw6 blue dim">MDN - Clears</a>
104+
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/clear" class="link fw6 blue dim">MDN - Clears</a>
105105
</div>
106106
</div>
107107
<section class="bg-white black-70 pt4 pb5 overflow-container">

0 commit comments

Comments
 (0)