You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
282 B

@import "themes/dark/patternfly-charts-theme-dark";
$pf-v5-theme-dark-class: ".pf-v5-theme-dark" !default;
$pf-v5-charts-theme-dark-class: $pf-v5-theme-dark-class !default;
:where(#{$pf-v5-theme-dark-class}) {
@include pf-v5-charts-theme-dark($pf-v5-charts-theme-dark-class);
}