Skip to content

Confusing custom theme asset paths #22

@scriptype

Description

@scriptype

When editing theme/style.css or if you want to import another css file, you are supposed to put the other file in theme/assets/custom folder.

So you have an import like:

@import url("./colors.css");

But you need the colors.css to actually be in theme/custom/colors.css.

Same story with script.js.

This is not sensible.

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