Skip to content

Compilation Error using VS Code Live Sass Compiler #325

Description

@raresample

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions