keycloak-themes/default/keycloak/common/resources/node_modules/@patternfly-v5/patternfly/patternfly-charts-theme-dark.scss
2024-10-03 15:50:32 -06:00

8 lines
282 B
SCSS

@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);
}