horizon/openstack_dashboard/templates/_stylesheets.html
Jiri Tomasek 7a6de3dcb1 Reorganized scss imports
This patch moves all css style tags from html head and imports them properly
in horizon.scss. There will be only one request to make to bring all styleshets
as it will be compiled into single horizon.css file.

Imports have been reoganized to fit file structure, naming conventions
and to enable use of horizon variables.

Partially-Implements: blueprint css-breakdown
Closes-Bug: 1390104
Change-Id: I868289b010589f01339615390cf0b2f09b11eb1c
2015-01-08 11:01:51 +01:00

8 lines
245 B
HTML

{% load compress %}
{% compress css %}
<link href='{{ STATIC_URL }}dashboard/scss/horizon.scss' type='text/scss' media='screen' rel='stylesheet' />
{% endcompress %}
<link rel="shortcut icon" href="{{ STATIC_URL }}dashboard/img/favicon.ico"/>