Dashboard ReOrg - retiring dashboard.scss

dashboard.scss is no longer the root scss for app, it is app.scss
now.

Change-Id: Iefddec7961c9d1a424637d95ed35296227e7339a
Partial-Bug: #1478717
This commit is contained in:
Shaoquan Chen 2015-08-04 22:30:35 -07:00
parent 5796aa97a7
commit 6583e95cb3
2 changed files with 0 additions and 8 deletions

View File

@ -1,7 +0,0 @@
// Custom Theme Variables
@import "/custom/variables";
@import "scss/variables";
// Custom Style Variables
@import "/custom/styles";

View File

@ -15,7 +15,6 @@ css rules getting cut off if one css file to get more than 4k rules inside.
{% compress css %}
<link href='{{ STATIC_URL }}app/app.scss' type='text/scss' media='screen' rel='stylesheet' />
<link href='{{ STATIC_URL }}dashboard/dashboard.scss' type='text/scss' media='screen' rel='stylesheet' />
{% for file in HORIZON_CONFIG.scss_files %}
<link href='{{ STATIC_URL }}{{ file }}' type='text/scss' media='screen' rel='stylesheet'/>