-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Compress Sass playground URL Uses 'pako' to compress the playground state into a shorter base64 representation. Also decompresses the URL back into the playground when loading the first time. If the output can't be decompressed, it'll be assumed to be already decompressed for backwards compatibility and shown as-is. * Add debounce when generating URL. Also measured impact using '_playground.scss' with 7k characters resulted in a 14k-long URL. Now it only generates 2.6k. * Add note about falling back to the original URL decoding strategy
- Loading branch information
Showing
4 changed files
with
63 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters