Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refine logic to detect whether link exists already
Chrome/Safari seem to wait until the link tag has finished loading to add it to `document.styleSheets` and that causes the slim loader to duplicate the link tag. Using `document.querySelectorAll` works fine in the three browsers Closes #64
- Loading branch information