-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Description
I just discovered this bug, where two imports that both import the same file can end up with the imported file out-of-order intermittently (due to parallel loading).
For example, if two separate files import base.css, in some cases the second file will process first and actually include it. Whereas the first file will not (due to de-duping) and then the result will be out-of-order and can affect the resulting applied styles (or variable definitions).
I have a full test case in my branch: adam-h@569ea1e
Note how the first import is delayed so that the second will always process first (removing the randomness of occurance due to the filesystem).
Metadata
Metadata
Assignees
Labels
No labels