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:
parent
5796aa97a7
commit
6583e95cb3
@ -1,7 +0,0 @@
|
||||
// Custom Theme Variables
|
||||
@import "/custom/variables";
|
||||
|
||||
@import "scss/variables";
|
||||
|
||||
// Custom Style Variables
|
||||
@import "/custom/styles";
|
@ -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'/>
|
||||
|
Loading…
Reference in New Issue
Block a user