Closed lro-tiierisch closed 1 year ago
Ok it seems like I have to include the filename of the file from which I am importing the mixin when using it. So because I use the forwarded mixin from the _base.scss
file, I have to @include
it like this:
@include base.breakpoint(md) {
/* your code here */
}
Hey, if I download the v3 framework master and follow your docs and change the file
main/assets/css/style.scss
toI get an error message saying
I never worked with SASS mixins so I don't know if I'm missing something here.