Merge "Webroot still needs to load default scss files"

This commit is contained in:
Jenkins 2015-07-28 08:22:54 +00:00 committed by Gerrit Code Review
commit 04923a37b3
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";