Skip to content

Commit

Permalink
fix: mark package as having side effects
Browse files Browse the repository at this point in the history
Fixes #529
  • Loading branch information
Matt Lewis committed May 26, 2018
1 parent d6a61c3 commit b20f821
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,8 @@
"date-fns": "^1.28.5",
"positioning": "^1.3.1"
},
"sideEffects": true
"sideEffects": [
"*.css",
"*.scss"
]
}

0 comments on commit b20f821

Please sign in to comment.