Skip to content

Unable to use in SCSS #260

@Android789515

Description

@Android789515

The provided method for importing the color theme is:

@import "node_modules/nord/src/nord.scss";

body {
  background-color: $nord0;
  color: $nord8;
}

First of all, the path is incorrect, the file is actually located in node_modules/nord/src/sass/nord.scss.

When I fix the path I still can't use the variables provided.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions