Tagged template for CSS Modules: const styles = css`.root { color: red; }`; <div class={styles.root}></div>
-
Updated
Mar 2, 2023 - JavaScript
Tagged template for CSS Modules: const styles = css`.root { color: red; }`; <div class={styles.root}></div>
Streaming and async template rendering for node.js using template strings
JavaScript Template Literal Tag that converts to HTML-escaped content. Eg. html`<div>${myVar}</div>`
a template tag for Sequelize that quotes Models' table names, attribute names, and puts other expressions into bind parameters
Add a description, image, and links to the tagged-template-literal topic page so that developers can more easily learn about it.
To associate your repository with the tagged-template-literal topic, visit your repo's landing page and select "manage topics."