We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acfa748 commit ce3161cCopy full SHA for ce3161c
resources/css/components.css
@@ -224,4 +224,10 @@ dl {
224
pre {
225
@apply mt-0 rounded-tl-none;
226
}
227
+ .tab-content > p {
228
+ @apply py-3 px-4 border rounded-tr mb-0 text-base bg-mint;
229
+ }
230
+ .tab-content > p + pre {
231
+ @apply rounded-tr-none;
232
233
resources/views/tabs.antlers.html
@@ -6,7 +6,7 @@
6
{{ /foreach:tabs }}
7
</div>
8
{{ foreach:samples }}
9
- <div x-show="tab === '{{ key }}'">{{ value }}</div>
+ <div class="tab-content" x-show="tab === '{{ key }}'">{{ value }}</div>
10
{{ /foreach:samples }}
11
12
0 commit comments