forked from brooksbingham/theme-elegance
refactor: remove the tailwind from javascript list
parent
e8dc135062
commit
bdec9cb049
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue