blob: 77cda6fb5317bd02a761a3ba9617c51dc276f52d [file] [log] [blame]
// This mixin ensures an element spans to fill the nearest ancestor with defined positioning.
@mixin mat-fill {
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
}