A modern JavaScript utility library delivering modularity, performance, & extras.
-
Updated
Apr 17, 2022 - JavaScript
Describe the solution you'd like
I really like your plugin! It's awesome. I just had the issue, that I'm using classnames in combination with the classnames-loader within webpack. Thus I can do something like this in my component files:
import styles from './styles.scss'
<MyComponent className={styles('myStyle', {someOtherStyle: true})}
For more details, see: https://github
Add a description, image, and links to the modules topic page so that developers can more easily learn about it.
To associate your repository with the modules topic, visit your repo's landing page and select "manage topics."
pnpm version: >=6.11.0-0
Code to reproduce the issue: