linkedin / eyeglass

NPM Modules for Sass
741 stars 60 forks source link

Fixes #200, using \x00 as cacheKey separator #203

Closed jakobo closed 5 years ago

jakobo commented 5 years ago

This addresses #200, using @stefanpenner's suggestion of \x00 as a cache key separator. This preempts any issues with : in a key name. I made the change and reran the tests to ensure we didn't break anything as part of this PR.

chriseppstein commented 5 years ago

@Jakobo Thanks for the patch!