Files
horizon/openstack_dashboard/themes/material/static/bootstrap/_variables.scss
Radomir Dopieralski 283219ab5e Replace django-pyscss with libsass
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
2024-12-10 08:32:50 +00:00

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";