Files @ a99996bf85c3
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/_styles.html

Christopher Neugebauer
Adds staticfiles to gitignore
1
2
3
4
5
{% load compress %}
{% load staticfiles %}
{% compress css %}
    <link rel="stylesheet" type="text/x-scss" href="{% static "scss/site.scss" %}" />
{% endcompress %}