yjose / reactjs-popup

React Popup Component - Modals,Tooltips and Menus —  All in one
https://react-popup.elazizi.com/
MIT License
1.8k stars 207 forks source link

Documentation for sass/scss #350

Open braco opened 7 months ago

braco commented 7 months ago

If this is helpful for docs,

.modal {
    ...
    &:global(-arrow) {
        ...
    }
    &:global(-overlay) {
        ...
    }
}
import styles from './styles.module.scss'

<Popup className={styles.modal} />