Function css

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

    Example

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

    Parameters

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

    Returns string

Generated using TypeDoc