UNPKG

styled-jsx

Version:

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

9 lines (8 loc) 134 B
export default () => ( <div> <p>test</p> <p>woot</p> <p>woot</p> <style jsx>{'p { color: red }'}</style> </div> )