Introducing main.sass stylesheet

Blender Cloud used main.css from Pillar

As we try to strip Blender Cloud-specific content from Pillar,
this commit brings three .sass files over to this repository.

There are still plenty of Blender Cloud classes all over Pillar,
they will be brought here over time.
This commit is contained in:
2017-11-07 16:56:45 +01:00
parent 97dff66159
commit c00121d71c
5 changed files with 1414 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ html(lang="en")
| {% if title == 'blog' %}
link(href="{{ url_for('static_pillar', filename='assets/css/blog.css', v=17320171) }}", rel="stylesheet")
| {% else %}
link(href="{{ url_for('static_pillar', filename='assets/css/main.css', v=17320171) }}", rel="stylesheet")
link(href="{{ url_for('static', filename='cloud/assets/css/main.css', v=17320171) }}", rel="stylesheet")
| {% endif %}
| {% endblock css %}