Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Broken background-image paths #1129

@cyruscollier

Description

@cyruscollier

Our asset build structure has images in a separate directory from css, so it's css/main.css and images/*. Because of that, our CSS background images all have relative urls ../images/*. The generated styleguide.css path is hardcoded inside appRoot with no way to control the path, so it assumed that all images are within the same directory for every project. I suppose I could use a gulp filter to rewrite image paths on the CSS, but it seems like would be cleaner to provide a config option like stylesheetPath that could be used for all the generated stylesheets.

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