UNPKG

styled-jsx

Version:

Full, scoped and component-friendly CSS support for JSX (SSR+browser)

7 lines (6 loc) 79 B
const a = () => ( <div> <p>hi</p> <style>{'woot'}</style> </div> )