Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The code to extract CSS from HTML <style> blocks contains an off by one in case there is no actual content it will have a chunk_size of -1. Whoops. Removed the -1 so it is correct, and added an extra safety check in case something else crazy happens.
- Loading branch information