Split base styles into base.css

That way we can load this css in other projects to bring the basic stuff
such as normalize, navbar, notifications, custom scrollbars, and so on.
This commit is contained in:
2016-10-17 16:17:23 +02:00
parent 87f3093503
commit d99ddca410
8 changed files with 16 additions and 29 deletions

View File

@@ -49,6 +49,7 @@ html(lang="en")
| {% block css %}
link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css', v=141020161) }}", rel="stylesheet")
link(href="{{ url_for('static_pillar', filename='assets/css/base.css', v=17020161) }}", rel="stylesheet")
| {% if title == 'blog' %}
link(href="{{ url_for('static_pillar', filename='assets/css/blog.css', v=141020161) }}", rel="stylesheet")
| {% else %}