chore: frontend format

This commit is contained in:
Timothy J. Baek
2024-03-31 02:01:42 -07:00
parent 43832d165f
commit bbb63104ea
22 changed files with 1495 additions and 1506 deletions

View File

@@ -3,13 +3,14 @@
@tailwind utilities;
@layer base {
html, pre {
html,
pre {
font-family: -apple-system, 'Arimo', ui-sans-serif, system-ui, 'Segoe UI', Roboto, Ubuntu,
Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
pre {
white-space: pre-wrap;
}
pre {
white-space: pre-wrap;
}
}