Skip to content

Instantly share code, notes, and snippets.

@tomhodgins
Created May 14, 2020 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomhodgins/f5899cec2388ee36e3e11f42e6a77df0 to your computer and use it in GitHub Desktop.
Save tomhodgins/f5899cec2388ee36e3e11f42e6a77df0 to your computer and use it in GitHub Desktop.
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