Skip to content

non-relative imports should resolve to node_modules #14

Closed
@ntharim

Description

@ntharim

An example:

.root {
  composes: box from 'css-utils.css';
}

Currently something like this is scoped locally, i.e. ./css-utils.css. Shouldn't it resolve to node_modules/css-utils.css instead?

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