Created
February 4, 2019 18:54
-
-
Save pauloabmiranda/b0f481cd80f99f2c0a203710dfe78bd7 to your computer and use it in GitHub Desktop.
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
const logPrefix = ['%cWDS', `background: ${'#f22c7c'}; color: white; padding: 2px 0.5em; border-radius: 0.5em;`]; | |
console.log(...logPrefix, 'window.location: ', window.location); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment