New lite home made scss processor

This commit is contained in:
2017-05-05 14:26:46 +02:00
parent 630fdf93a4
commit acef5be8b3
8 changed files with 234 additions and 17 deletions

View File

@ -8,7 +8,8 @@
<link rel="stylesheet" href="{{ static('core/jquery.datetimepicker.min.css') }}">
<link rel="stylesheet" href="{{ static('core/js/ui/jquery-ui.min.css') }}">
<link rel="stylesheet" href="{{ static('ajax_select/css/ajax_select.css') }}">
<link href="{% sass_src 'core/style.scss' %}" rel="stylesheet" type="text/css" />
{# <link href="{% sass_src 'core/style.scss' %}" rel="stylesheet" type="text/css" /> #}
<link href="{{ scss('core/style.scss') }}" rel="stylesheet" type="text/css" />
{% endblock %}
</head>