MCPcopy Create free account
hub / github.com/Siglave/copy-paste-css /

Class

pages/_document.js:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { ServerStyleSheet } from 'styled-components';
3
4export default class MyDocument extends Document {
5 static async getInitialProps(ctx) {
6 const sheet = new ServerStyleSheet()
7 const originalRenderPage = ctx.renderPage

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected