Created
July 12, 2019 17:44
-
-
Save simaodeveloper/da146602ab0c58216ca46767e48752c2 to your computer and use it in GitHub Desktop.
References to build a CSS-in-JS stylesheet
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
/* | |
https://developer.mozilla.org/en-US/docs/Web/API/CSSRuleList | |
https://developer.mozilla.org/en-US/docs/Web/API/CSSRule | |
https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleSheet | |
https://developer.mozilla.org/en-US/docs/Web/API/Window/getComputedStyle | |
*/ | |
```javascript | |
style` | |
display: flex; | |
background-color: #f5f5f5f; | |
color: #333; | |
font-size: 18px; | |
`; | |
`` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment