
This is the same as the django-libsass patch, but using our own django filter. This no longer depends on django-libsass, and handles paths the same way as the old code did, respecting static file prefixes. It requires fewer changes, and no longer assumes collectstatic has been run. Depends-On: https://review.opendev.org/c/openstack/requirements/+/934220 Change-Id: I82f802ef33f1e2071c5e42f806a6a8d9ff7e26e4
14 lines
446 B
SCSS
14 lines
446 B
SCSS
@import "/dashboard/scss/_variables.scss";
|
|
|
|
// Override the web font path ... we want to set this ourselves
|
|
$web-font-path: $static_url + "horizon/lib/roboto_fontface/css/roboto/roboto-fontface.css";
|
|
$roboto-font-path: $static_url + "horizon/lib/roboto_fontface/fonts";
|
|
|
|
@import "variable_customizations";
|
|
|
|
// Bootswatch Paper
|
|
// Variables
|
|
// --------------------------------------------------
|
|
@import "/horizon/lib/bootswatch/paper/variables";
|
|
|