mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
8 lines
242 B
HTML
8 lines
242 B
HTML
|
<section
|
||
|
data-theme="{{ include.name }}"
|
||
|
style="background-color: hsla(var(--bulma-scheme-h), var(--bulma-scheme-s), var(--bulma-scheme-main-l), 1)"
|
||
|
>
|
||
|
<h3 class="h3">{{ include.name | capitalize }} Theme</h3>
|
||
|
{{ content }}
|
||
|
</section>
|