Mirror -index.css generation with their import location in -index.js/ts files

This commit is contained in:
2024-11-19 16:19:13 +01:00
committed by Bartuccio Antoine
parent 0485ab1120
commit ca8c1c9d92
4 changed files with 48 additions and 24 deletions

View File

@ -1,7 +1,7 @@
{% extends "core/base.jinja" %}
{%- block additional_css -%}
<link defer rel="stylesheet" href="{{ static('bundled/ajax-select-index.css') }}">
<link defer rel="stylesheet" href="{{ static('bundled/core/components/ajax-select-index.css') }}">
<link defer rel="stylesheet" href="{{ static('core/components/ajax-select.scss') }}">
<link defer rel="stylesheet" href="{{ static('sas/css/picture.scss') }}">
{%- endblock -%}