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