We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6843032 + d775bb3 commit fb66953Copy full SHA for fb66953
README.md
@@ -25,7 +25,7 @@ so it doesn't pollute CSS global scope and can be simply used in JS like so:
25
26
```js
27
import styles from './buttons.css'
28
-elem.innerHTML = `<button class="${buttons.continueButton}">Continue</button>`
+elem.innerHTML = `<button class="${styles.continueButton}">Continue</button>`
29
```
30
31
## Extensions
0 commit comments