refactor: remove the tailwind from javascript list

dev
Dinesh Salunke 2023-11-03 13:59:04 +05:30
parent e8dc135062
commit bdec9cb049
1 changed files with 0 additions and 16 deletions

View File

@ -22,22 +22,6 @@
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
* International Registered Trademark & Property of PrestaShop SA * International Registered Trademark & Property of PrestaShop SA
*} *}
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
fontFamily: {
sans: ['Cairo'],
serif: ['Cairo']
}
}
}
</script>
{** TODO: Remove this before going live *}
<script>document.write('<script src="http://'
+ location.host.split(':')[0]
+ ':35729/livereload.js"></'
+ 'script>')</script>
{foreach $javascript.external as $js} {foreach $javascript.external as $js}
<script type="text/javascript" src="{$js.uri}" {$js.attribute}></script> <script type="text/javascript" src="{$js.uri}" {$js.attribute}></script>
{/foreach} {/foreach}