Open braco opened 7 months ago
If this is helpful for docs,
.modal { ... &:global(-arrow) { ... } &:global(-overlay) { ... } }
import styles from './styles.module.scss' <Popup className={styles.modal} />
If this is helpful for docs,