-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Description
I'm getting an error whenever I try to "Watch Sass" in VS Code:
Compilation Error
Error: Undefined mixin.
╷
10 │ ┌ @include media-breakpoint-up(lg) {
11 │ │ body {
12 │ │ padding-top: 0;
13 │ │ padding-left: $sidebar-base-width;
14 │ │ }
15 │ └ }
╵
d:\CODE\startbootstrap-resume\src\scss_global.scss 10:1 @import
d:\CODE\startbootstrap-resume\src\scss\styles.scss 13:9 root stylesheet
I tried searching for "media-breakpoint-up" in VS Code and found only @includes, no @mixin declaration. But I'm a Sass novice so perhaps I'm overlooking something.
How can I get it to compile?
Metadata
Metadata
Assignees
Labels
No labels