Description
Draws a keyline the full viewport width, breaking out of the container width.
SCSS Usage
@include keyline-full($position:top, $color:var(--border-primary))
Parameter |
Required? |
Value |
$position |
No |
top or bottom , defaults to top |
$color |
No |
Any CSS color, defaults to var(--border-primary) |
$width |
No |
Any CSS size value, defaults to 1px |
And so, in SCSS:
Output
Demo
Using the above .demo-keyline-full-x
classes above: