Mixins may not be defined

Mixins may not be defined within control directives or other mixins.

style.css

@import "theme.scss";
html,body,md-sidenav-container, .site{
    width: 100%;
    height: 100%;
    margin: 0;
}
.site{
    display: flex;
    flex-direction: column;
}
main{
    flex: 1;
}

.fill-remaining-space {
    flex:1 1 auto;
}
.full-width{
    width: 100%
}

theme.scss

@import "~@angular/material/theming";

Apr.05,2021

I came across this, too! Imported scss file is not good, does not support this format ah?


I met it, too. Who can tell me how to deal with it?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3312b-2b6b1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3312b-2b6b1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?