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.
1 parent 5eb294a commit 0eac12bCopy full SHA for 0eac12b
README.md
@@ -9,7 +9,7 @@ https://github.com/necolas/normalize.css
9
import jss from 'jss'
10
import normalize from 'jss-normalize'
11
12
-jss.createStyleSheet(normalize).attach()
+jss.createStyleSheet(normalize, {named: false}).attach()
13
```````````````````
14
15
#### You must know
index.js
@@ -10,7 +10,7 @@
* Anyway, you can use a preset (https://github.com/cssinjs/jss-preset-default) for a quick setup with default plugins.
*/
-export default {
+module.exports = {
/**
16
* 1. Change the default font family in all browsers (opinionated).
0 commit comments