Skip to content

Commit

Permalink
Fix module importing
Browse files Browse the repository at this point in the history
  • Loading branch information
typical000 committed Dec 5, 2016
1 parent 5eb294a commit 0eac12b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ https://github.com/necolas/normalize.css
import jss from 'jss'
import normalize from 'jss-normalize'

jss.createStyleSheet(normalize).attach()
jss.createStyleSheet(normalize, {named: false}).attach()
```````````````````

#### You must know
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {

/**
* 1. Change the default font family in all browsers (opinionated).
Expand Down

0 comments on commit 0eac12b

Please sign in to comment.