A template literal tag that does nothing. Useful for syntax highlighting of CSS code.
const vertexShader = css` .my-class { color: red; }` Copy
const vertexShader = css` .my-class { color: red; }`
Rest
Generated using TypeDoc
A template literal tag that does nothing. Useful for syntax highlighting of CSS code.
Example