observer: true,
observeParents: true
.heading {
position: relative;
…
&::before {
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 100vw; /* или 99999px; */
background: rgba(blue, 0.5);
z-index: -1;
transform: skewX(30deg);
}
}