A template literal tag that does nothing. Useful for syntax highlighting of CSS code.

const vertexShader = css`
.my-class {
color: red;
}
`
  • Parameters

    • strings: any
    • ...rest: any[]

    Returns string