What does “use this SASS mixin” mean in the context of Material Design Components?
问题 I am using the Material Design Components for Web library. I have a tab component that I'd like to change the underline-color of. The instructions say To customize the tab indicator, use the following mixins. Then it gives a table. For underline color, it says underline-color($color) Customizes the color of the underline. So, I try in my scss file, the following: .mdc-tab-indicator { underline-color(red); } I compile my sass (using dart-sass ) and get the following error Error: expected "{".