using the ‘..’ in emmet abbreviation will transform
div..parent
to this
<div styleName={styles.parent}></div>
but does anyone knows the abbreviation that use className instead of styleName, there’s no answer in the Emmet’s cheatsheet as of now
Yes, ‘.’ abbreviation would create a className but I want it to have the ‘{styles.##}’ already on it
New contributor
KurisuDevu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1