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/src/app.pcss | |
| parent | 9f65b9e65ead6cc6b8ce5cfcf650b49fe134cd91 (diff) | |
| download | greatoffice-2a9e668dceda855f8302e2ca9f81ebd6f0e7b5c1.tar.xz greatoffice-2a9e668dceda855f8302e2ca9f81ebd6f0e7b5c1.zip | |
feat: Safelist all classes needed for alerts
Diffstat (limited to 'apps/kit/src/app.pcss')
| -rw-r--r-- | apps/kit/src/app.pcss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/kit/src/app.pcss b/apps/kit/src/app.pcss index f9c290c..78a8e0b 100644 --- a/apps/kit/src/app.pcss +++ b/apps/kit/src/app.pcss @@ -2,6 +2,7 @@ @tailwind base; @tailwind components; @tailwind utilities; + pre { font-family: monospace !important; } |
