tagged-template-literal topic
List
tagged-template-literal repositories
csstag
18
Stars
1
Forks
Watchers
Tagged template for CSS Modules: const styles = css`.root { color: red; }`; <div class={styles.root}></div>