Is there possibility to achieve it only with gradient property? How it should look like:
I've tried this but it does not split it correctly.
@mixin content-cropped-shape($color, $color2){ background: $color; background: linear-gradient(135deg,$color 0%, $color 50%, $color2 50%, $color2 100%); }