|
9 | 9 | <body class="font-sans text-black"> |
10 | 10 | <div class="bg-white py-8"> |
11 | 11 | <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 | + |
13 | 15 | <div class="flex flex-wrap -mx-4 -mb-4"> |
14 | 16 | <div class="px-4 mb-4"> |
15 | 17 | <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> |
46 | 48 | </div> |
47 | 49 | <div class="bg-grey-lighter py-8"> |
48 | 50 | <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> |
50 | 53 | <div class="mb-6"> |
51 | 54 | <h3 class="text-lg text-grey-darker font-semibold mb-4">Colors</h3> |
52 | 55 | <div class="flex flex-wrap"> |
@@ -76,7 +79,8 @@ <h3 class="text-lg text-grey-darker font-semibold mb-4">Sizes</h3> |
76 | 79 | </div> |
77 | 80 | <div class="bg-white py-8"> |
78 | 81 | <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> |
80 | 84 | <div class="mb-8"> |
81 | 85 | <h3 class="text-xl font-bold text-black mb-6">Auto-column sizes</h3> |
82 | 86 | <div class="mb-4"> |
|
0 commit comments