File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/node_modules/@angular/material/core/_core.scss
@use '@angular/cdk';
// Core styles that can be used to apply material design treatments to any element.
@use './ripple/ripple';
@use './focus-indicators/private';
// Mixin that renders all of the core styles that are not theme-dependent.
@mixin core() {
@include ripple.ripple();
@include cdk.a11y-visually-hidden();
@include cdk.overlay();
@include cdk.text-field-autosize();
@include cdk.text-field-autofill();
@include private.structural-styling('mat');
@include private.structural-styling('mat-mdc');
}