-
-
Notifications
You must be signed in to change notification settings - Fork 184
Open
Description
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
Labels
No labels