You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 12:32:55 +01:00
10 lines
399 B
HTML
10 lines
399 B
HTML
{% if site.data.dev.dev_mode %}
|
|
<div class="fixed pin-t pin-l bg-black text-white rounded-br p-2 opacity-50">
|
|
<span class="sm:hidden">< sm</span>
|
|
<span class="sm-md:block hidden">sm-md</span>
|
|
<span class="md-lg:block hidden">md-lg</span>
|
|
<span class="lg-xl:block hidden">lg-xl</span>
|
|
<span class="xl:block hidden">> xl</span>
|
|
</div>
|
|
{% endif %}
|