Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation Error using VS Code Live Sass Compiler #325

Open
raresample opened this issue Aug 24, 2022 · 0 comments
Open

Compilation Error using VS Code Live Sass Compiler #325

raresample opened this issue Aug 24, 2022 · 0 comments

Comments

@raresample
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant