deb-horizon/openstack_dashboard/static/app/app.scss
Shaoquan Chen 470c3a1289 Adding and using app.scss
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
2015-07-31 11:31:02 -07:00

6 lines
114 B
SCSS

// Custom Theme Variables
@import "/custom/variables";
@import "/dashboard/scss/variables";
@import "core/core";