MCPcopy
hub / github.com/emotion-js/emotion / css

Function css

packages/react/src/css.js:6–8  ·  view source on GitHub ↗
(...args: Array<Interpolation>)

Source from the content-addressed store, hash-verified

4import { serializeStyles } from '@emotion/serialize'
5
6function css(...args: Array<Interpolation>): SerializedStyles {
7 return serializeStyles(args)
8}
9
10export default css

Callers 15

tests.tsxFile · 0.90
tests-css.tsxFile · 0.90
prod.jsFile · 0.90
global.jsFile · 0.90
warnings.jsFile · 0.90
css.jsFile · 0.90
css-cache-hash.jsFile · 0.90
keyframes.jsFile · 0.90
server.jsFile · 0.90
browser.jsFile · 0.90
mediaFunction · 0.90
matchers.test.jsFile · 0.90

Calls 1

serializeStylesFunction · 0.90

Tested by 11

mediaFunction · 0.72
bgColorFunction · 0.40
doThingFunction · 0.40
doThingFunction · 0.40
thingFunction · 0.40
thingFunction · 0.40
doThingFunction · 0.40
doThingFunction · 0.40
mediaFunction · 0.40
testFunction · 0.40
innerFunction · 0.40