rsnext/packages/next-swc/crates/styled_jsx/tests/fixture/global-redundant/output.js

11 lines
245 B
JavaScript
Raw Normal View History

import _JSXStyle from "styled-jsx/style";
export default function IndexPage() {
return <div className={"jsx-b6abd0684ba81871"}>
should be blue.
<_JSXStyle id={"b6abd0684ba81871"}>{"div{color:blue}"}</_JSXStyle>
</div>;
};