Shape
Documentation for the Stack shape API
Integration
@use '~@growstocks/stack/Core/Shape';
.my-component-class {
@include Shape.apply(
...
);
}API
The 'apply()' Mixin
Shape-Theme Injection
@use '~@growstocks/stack/Core/Shape'; $_shape-theme: ( 'shape': default, 'border-radius': 0.3rem, 'shape-exceptions': (), ); .my-component-class { @include Shape.apply($_shape-theme); }
Last updated