Ask Your Question
1

What does the SassError message "Invalid CSS after @include mat: expected 1 selector or at-rule, was .core();" in relation to Angular material mean?

asked 2023-05-09 02:43:21 +0000

woof gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-05-09 02:48:01 +0000

plato gravatar image

The SassError message indicates that there is an error in the CSS code related to using the @include mat syntax with Angular Material. Specifically, it expected to find 1 selector or at-rule after the @include mat syntax, but instead found a reference to .core(). This suggests that there may be an issue with the implementation of the Angular Material theme in the code.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-09 02:43:21 +0000

Seen: 12 times

Last updated: May 09 '23