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

8 lines
299 B
SCSS

@import "themes/dark/patternfly-charts-theme-dark";
$pf-v5-theme-dark-class: ".pf-theme-dark" !default; // include operator
$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);
}