Skip to content

Less source map paths not correct #729

Description

@designconcepts

Hello @bdkjones ,

I recently switched from Scss to Less, because the new changes in Scss with imports are to complicated for me.

My folder structure is a folder "less" with the .less-files and a folder above for the .css-files:

Image

My project settings:

Image

But the paths of the generated source map are not relative anymore with less, so instead of:
"../node_modules/uikit/src/less/components/base.less"

They are:
"less/Users/as/Sites/designconcepts/site/templates/node_modules/uikit/src/less/components/base.less"

How can I correct the path?

Regards, Andreas

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions