diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-09-25 12:01:37 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-09-25 12:01:37 +0200 |
| commit | 2a9e668dceda855f8302e2ca9f81ebd6f0e7b5c1 (patch) | |
| tree | 13f7a597c2e31210e722388de8aabf0d43ba5326 /apps/kit/.storybook/preview-head.html | |
| parent | 9f65b9e65ead6cc6b8ce5cfcf650b49fe134cd91 (diff) | |
| download | greatoffice-2a9e668dceda855f8302e2ca9f81ebd6f0e7b5c1.tar.xz greatoffice-2a9e668dceda855f8302e2ca9f81ebd6f0e7b5c1.zip | |
feat: Safelist all classes needed for alerts
Diffstat (limited to 'apps/kit/.storybook/preview-head.html')
| -rw-r--r-- | apps/kit/.storybook/preview-head.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/kit/.storybook/preview-head.html b/apps/kit/.storybook/preview-head.html new file mode 100644 index 0000000..05da1e9 --- /dev/null +++ b/apps/kit/.storybook/preview-head.html @@ -0,0 +1,3 @@ +<script> + window.global = window; +</script>
\ No newline at end of file |
