Skip to content
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

about the baseUrl #64

@jpuncle

Description

@jpuncle

My config:

option: {
  basePath: 'src/',
  baseUrl: '//x.autoimg.cn/www/'
}

My style:

html {
  background: resolve("../img/bg.png");
}

My output:

html {
  background: url('/x.autoimg.cn/www/index/img/bg.png');
}

Expected:

html {
  background: url('//x.autoimg.cn/www/index/img/bg.png');
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions