Skip to content

Dependency problems when importing #59

@pablox-cl

Description

@pablox-cl

I've found an issue when trying to import, because while the chain is correct in typeplate-index, if you try to import only typeplate-mixins, results in an error, because it depends on typeplate-vars. typeplate-helpers, depends on typeplate-vars and typeplate-mixins.

This of course makes the assumption that everyone would like to import the whole stack, and not parts of it, that while is possible, it's not intuitive at all. So I was wondering if it would be better and more straightforward change the chain dependencies and for example, import typeplate-vars inside typeplate-mixins.

That could lead to duplication when importing, but since most of those files doesn't generate actual css, there's not going to be duplicate content.

TL; DR: the idea is to be able to import each file by itself.

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