Skip to content

Commit

Permalink
Css translations.css and product_page.css do not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre RAMBAUD committed Feb 12, 2020
1 parent 8b9df2e commit 19cd759
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
Expand Up @@ -288,11 +288,6 @@

{% endblock %}

{% block stylesheets %}
{{ parent() }}
<link rel="stylesheet" href="{{ asset('themes/new-theme/public/product_page.css') }}">
{% endblock %}

{% block javascripts %}
{{ parent() }}

Expand Down
Expand Up @@ -56,9 +56,3 @@
{% endif %}

{% endblock %}

{% block stylesheets %}
{{ parent() }}

<link rel="stylesheet" href="{{ asset('themes/new-theme/public/translations.css') }}">
{% endblock %}

0 comments on commit 19cd759

Please sign in to comment.