Webroot still needs to load default scss files

Webroot still needs to load the _style and _variables
files in order to compress and work correctly.

Closes-Bug: #1478730
Change-Id: I280969682dccc4efc2252771ef085bd0a0a1acfa
This commit is contained in:
Diana Whitten 2015-07-27 16:33:02 -07:00
parent a1d5fb4844
commit 6324c3f8de
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
@import "../themes/default/styles";

View File

@ -1,3 +1,5 @@
/* This variable changes the web root of horizon to /dashboard rather
than the default '/' */
$webroot: "/dashboard";
@import "../themes/default/variables";