All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.layouts.Stack.stack.scss Maven / Gradle / Ivy

The newest version!
@use '../../sass-utilities' as *;

@include pf-root($stack) {
  --#{$stack}--m-gutter--Gap: var(--pf-t--global--spacer--gutter--default);
}

.#{$stack} {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.#{$stack}__item.pf-m-fill {
  flex-grow: 1;
}

.#{$stack}.pf-m-gutter {
  gap: var(--#{$stack}--m-gutter--Gap);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy