Is there a way to export all used css?
reggi opened this issue · 3 comments
I'm looking for a way to export all used css to a new file. I don't see any API to helium it just inits()?
That wasn't really the intention of Helium originally, though I think I see what you're getting at. Is what you want the ability to export the final report into a static file? Remember, its only going to give you a list of the css selectors that were not found in use. Its up to the developer to use final judgement to remove them from your css files.
I think this could be a very nice idea as well, especially if one does automated testing in some form. I like being able to set stuff up and then get back to it at my leisure =)
Created a tracking issue for report export capability. Also going to consider XHR export too. Closing this issue.