Skip to content

Instantly share code, notes, and snippets.

@simaodeveloper
Created July 12, 2019 17:44
Show Gist options
  • Save simaodeveloper/da146602ab0c58216ca46767e48752c2 to your computer and use it in GitHub Desktop.
Save simaodeveloper/da146602ab0c58216ca46767e48752c2 to your computer and use it in GitHub Desktop.
References to build a CSS-in-JS stylesheet
/*
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