Skip to content

Instantly share code, notes, and snippets.

@Jack5079
Created April 9, 2020 21:07
Show Gist options
  • Select an option

  • Save Jack5079/19e04e3c30342fb8b9bea21611b38ef6 to your computer and use it in GitHub Desktop.

Select an option

Save Jack5079/19e04e3c30342fb8b9bea21611b38ef6 to your computer and use it in GitHub Desktop.
css
const css = obj => Object.entries(obj).map(([key, val]) => `${key}: ${val};`).join('\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment