Hi, I'd like to format a @include for angular material like this in my .SASS files
@include mat.form-field-overrides ((
outlined-error-label-text-color: #E15241,
filled-container-color: #E0E2EB
))
but that throws an error of:
expected ")".
╷
9 │ @include mat.form-field-overrides ((
How can I format this so I avoid having one long line with overrides