Skip to content

Commit bb8a50a

Browse files
author
mrmrs
committed
Add box-shadow and update home page.
1 parent b3a1c40 commit bb8a50a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ <h1>Testimonials</h1>
242242

243243
<footer class="fl w-100">
244244
<p>
245-
<span class="b">Daniel Eden</span> - <i>Designer / Engineer at Dropbox</i>
245+
<span class="b">Daniel Eden</span> - <i>Designer / Engineer at Facebook</i>
246246
</p>
247247
</footer>
248248

@@ -427,6 +427,15 @@ <h1><a href="#npm" class="link near-black">NPM</a></h1>
427427
</div>
428428
</div>
429429

430+
<div class="mb3 fl w-100 w-50-m w-33-l">
431+
<a class="db f4 link mb1 dim near-black b" href="http://npmjs.com/package/tachyons-box-shadow">tachyons-box-shadow</a>
432+
<div>
433+
<span class="fw4 pr2">v1.1.0</span>
434+
<span>205 B</span>
435+
<a class="link dim near-black dib ml2 f6" href="http://github.com/tachyons-css/tachyons-box-shadow">View on GitHub</a>
436+
</div>
437+
</div>
438+
430439
<div class="mb3 fl w-100 w-50-m w-33-l">
431440
<a class="db f4 link mb1 dim near-black b" href="http://npmjs.com/package/tachyons-box-sizing">tachyons-box-sizing</a>
432441
<div>

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"tachyons-border-style": "^3.0.2",
2626
"tachyons-border-widths": "^2.0.2",
2727
"tachyons-borders": "^2.1.0",
28+
"tachyons-box-shadow": "^1.1.0",
2829
"tachyons-box-sizing": "^3.1.1",
2930
"tachyons-clears": "^2.2.0",
3031
"tachyons-colors": "^5.1.2",

0 commit comments

Comments
 (0)