Skip to content

Commit

Permalink
fix(cli): stub css files when mocking browser environment
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Sep 26, 2022
1 parent 9fa5aff commit c306d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sanity/src/cli/util/mockBrowserEnvironment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,6 @@ function getFileExtensions() {
'.ttf',
'.eot',
'.otf',
'.css',
]
}

0 comments on commit c306d0b

Please sign in to comment.