copyleftconf-website/pinaxcon/templates/_styles.html
2017-06-07 15:01:31 -07:00

5 lines
166 B
HTML

{% load compress %}
{% load staticfiles %}
{% compress css %}
<link rel="stylesheet" type="text/x-scss" href="{% static "scss/site.scss" %}" />
{% endcompress %}