copyleftconf-website/pinaxcon/templates/_styles.html

6 lines
166 B
HTML
Raw Normal View History

2017-06-07 22:01:31 +00:00
{% load compress %}
{% load staticfiles %}
{% compress css %}
<link rel="stylesheet" type="text/x-scss" href="{% static "scss/site.scss" %}" />
{% endcompress %}