import _JSXStyle from "styled-jsx/style";
export default function Home() {
return <>
<div className={"jsx-762285c3ffa56b0" + " " + "container"}>
container (should be blue)
<div className={"jsx-762285c3ffa56b0" + " " + "child"}>
this should be green
</div>
</div>
<_JSXStyle id={"762285c3ffa56b0"}>{".container.jsx-762285c3ffa56b0{color:#00f;padding:3rem}div.child{color:green}"}</_JSXStyle>
</>;
}