470c3a1289
As part of the code organization design, scss files should be organized align with the file structure and angular module as a tree, but we are missing app.scss. Also importing core.scss from app.scss rather than from dashboard.scss. Change-Id: I7a5cd6fec947054cb15d9f72f7a547e651930f28 Closes-Bug: #1480002
6 lines
114 B
SCSS
6 lines
114 B
SCSS
// Custom Theme Variables
|
|
@import "/custom/variables";
|
|
@import "/dashboard/scss/variables";
|
|
|
|
@import "core/core";
|