package.base.patternfly-variables.scss Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of patternfly Show documentation
Show all versions of patternfly Show documentation
Assets, source, tooling, and content for PatternFly 4
The newest version!
@use '../sass-utilities' as *;
@use "./tokens/tokens-palette" as palette;
@use "./tokens/tokens-default" as default;
@use "./tokens/tokens-dark" as dark;
@use "./tokens/tokens-local" as local;
:root {
@include pf-v6-set-inverse(false);
@include palette.pf-v6-tokens;
@include default.pf-v6-tokens;
@include local.pf-v6-tokens;
}
:root:where(.pf-v6-theme-dark) {
@include dark.pf-v6-tokens;
}
@include pf-v6-rtl {
@include pf-v6-set-inverse;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy