CssChunk
SSR: CSS Chunk
Data class which holds a chunk of CSS code, which should be emitted as part of a larger SSR run. This class is used in particular for integration with Emotion's SSR engine.
Parameters
ids
CSS IDs held by this chunk.
key
Unique key identifying this chunk.
css
CSS code held by this chunk.