import React from 'react'; import styles from './stylesheet.moudle.css' <div className={styles['first-style'] styles['second-style']}> some content </div> How do I add styles['second-style'] into the className? I tried comma and it does not work.
没有评论:
发表评论