Files @ 8b49f62dc8dc
Branch filter:

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

Christopher Neugebauer
Styleshees are now sass-based. Woo.
1
2
3
4
5
{% load compress %}
{% load staticfiles %}
{% compress css %}
    <link rel="stylesheet" type="text/x-scss" href="{% static "scss/site.scss" %}" />
{% endcompress %}