Skip to content

Commit

Permalink
feat(styles): add css folder to sideEffects (#11608)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
joshblack and kodiakhq[bot] authored Jun 14, 2022
1 parent 88d7121 commit 45c41b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"sideEffects": [
"index.scss",
"scss/**/*.scss",
"scss/**/*.css"
"scss/**/*.css",
"css/**/*.css"
]
}

0 comments on commit 45c41b7

Please sign in to comment.