Skip to content

Compass sprite_load_path #2113

@DantaliaN00

Description

@DantaliaN00

I want set my sprite_load_path as relative to my project subdir (without full path). But I don't see any ways to do that

I compile compass by command-line
compile --config PATH_TO_CONFIG

If I set folder structure like this, it's works fine
-- img
--- sprites
---- icon1.png

But I want something like this for my sprites
-- sprites
--- icon1.png

I can't use sprite-img("/../sprites/*.png"), b/c ".." not supported

I need something like
sprite_load_dir

Any possible ways?

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