-
Notifications
You must be signed in to change notification settings - Fork 58
Description
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.