Boolean
$window-splitter-disable-everything: false !default;
Boolean
$window-splitter-disable-horizontal: false !default;
Boolean
$window-splitter-disable-vertical: false !default;
Boolean
$window-splitter-disable-reversed: false !default;
Boolean
$window-splitter-disable-absolute-position: false !default;
Number
$window-splitter-size: 1rem !default;
Number
$window-splitter-background-size: 0.25rem !default;
Color
$window-splitter-background-color: interaction.get-var(focus-color) !default;
Number
$window-splitter-z-index: 30 !default;
List
$window-splitter-variables: (
size,
background-size,
x,
y,
z,
position,
background-color,
opacity
);
mixin
@mixin set-var($name, $value) { … }
mixin
@mixin use-var($property, $name: $property, $fallback: null) { … }
mixin
@mixin styles($disable-layer: false) { … }
function
@function get-var($name, $fallback: null) { … }
String
Set to true
to disable generating any styles
Set to true
to disable the horizontal WindowSplitter
styles.
Set to true
to disable the vertical WindowSplitter
styles.
Set to true
to disable the reversed WindowSplitter
styles.
Set to true
to disable the position: absolute
styles
The default WindowSplitter
draggable area.
The default WindowSplitter
visible size (background-color
).
The default background-color
for the WindowSplitter
.
The default z-index
for the WindowSplitter
.
The available configurable css variables and mostly used internally for the
get-var
, set-var
, and use-var
utils.
The supported variable name
The value to set the variable to. Supports null
which will just be a no-op.
The css property to apply the variable to
The supported variable name
An optional fallback value if the variable has not been set
Generates all the styles based on feature flags.
Set this to true
to disable the layer behavior
a var()
statement
The supported variable name
An optional fallback value