Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

SCSS dependencies #272

@pmarsceill

Description

@pmarsceill

When defining a path to load additional Sass/SCSS dependencies in .compilerc is it proper to use...

{
  "text/scss": {
    "paths": "./node_modules"
  }
}

or

{
  "text/scss": {
    "includePaths": "./node_modules"
  }
}

I've found a few conflicting PRs e.g., electron-userland/electron-compilers#78 and it is unclear to me how to load additional paths for dependencies.

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