Skip to content
This repository was archived by the owner on Sep 25, 2020. It is now read-only.

Commit 6c79e9b

Browse files
committed
Add links to plugin source
1 parent 1c2a82c commit 6c79e9b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
<body class="font-sans text-black">
1010
<div class="bg-white py-8">
1111
<div class="container mx-auto px-8">
12-
<h2 class="text-2xl font-bold text-black mb-6">Object-Fit Utilities</h2>
12+
<h2 class="text-2xl font-bold text-black mb-2">Object-Fit Utilities</h2>
13+
<p class="mb-6"><a href="https://github.com/tailwindcss/plugin-examples/blob/master/plugins/object-fit/index.js" class="text-sm text-blue no-underline hover:underline">View plugin source</a></p>
14+
1315
<div class="flex flex-wrap -mx-4 -mb-4">
1416
<div class="px-4 mb-4">
1517
<code class="block mb-2 text-grey-dark">.object-contain</code>
@@ -46,7 +48,8 @@ <h2 class="text-2xl font-bold text-black mb-6">Object-Fit Utilities</h2>
4648
</div>
4749
<div class="bg-grey-lighter py-8">
4850
<div class="container mx-auto px-8">
49-
<h2 class="text-2xl font-bold text-black mb-6">Simple Buttons</h2>
51+
<h2 class="text-2xl font-bold text-black mb-2">Simple Buttons</h2>
52+
<p class="mb-6"><a href="https://github.com/tailwindcss/plugin-examples/blob/master/plugins/simple-buttons/index.js" class="text-sm text-blue no-underline hover:underline">View plugin source</a></p>
5053
<div class="mb-6">
5154
<h3 class="text-lg text-grey-darker font-semibold mb-4">Colors</h3>
5255
<div class="flex flex-wrap">
@@ -76,7 +79,8 @@ <h3 class="text-lg text-grey-darker font-semibold mb-4">Sizes</h3>
7679
</div>
7780
<div class="bg-white py-8">
7881
<div class="container mx-auto px-8">
79-
<h2 class="text-2xl font-bold text-black mb-6">CSS Grid Utilities</h2>
82+
<h2 class="text-2xl font-bold text-black mb-2">CSS Grid Utilities</h2>
83+
<p class="mb-6"><a href="https://github.com/tailwindcss/plugin-examples/blob/master/plugins/css-grid/index.js" class="text-sm text-blue no-underline hover:underline">View plugin source</a></p>
8084
<div class="mb-8">
8185
<h3 class="text-xl font-bold text-black mb-6">Auto-column sizes</h3>
8286
<div class="mb-4">

0 commit comments

Comments
 (0)