Created
May 14, 2020 11:13
-
-
Save tomhodgins/f5899cec2388ee36e3e11f42e6a77df0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
let css = `a { color: red; }` | |
let taggedCSS = css`a { color: red }` | |
let html = `<a href=#>Hello</a>` | |
let taggedHTML = html`<a href=#>Hello</a>` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment