Created
April 9, 2020 21:07
-
-
Save Jack5079/19e04e3c30342fb8b9bea21611b38ef6 to your computer and use it in GitHub Desktop.
css
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
| 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