"src/vscode:/vscode.git/clone" did not exist on "7f3daa19cd3c5050b8b30f7bdda16151330592d2"
tailwind.css 387 Bytes
Newer Older
Timothy J. Baek's avatar
Timothy J. Baek committed
1
2
3
4
5
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
Timothy J. Baek's avatar
Timothy J. Baek committed
6
7
	html,
	pre {
Timothy J. Baek's avatar
Timothy J. Baek committed
8
9
10
		font-family: -apple-system, BlinkMacSystemFont, 'Inter', 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';
Silentoplayz's avatar
Silentoplayz committed
11
	}
Timothy J. Baek's avatar
Timothy J. Baek committed
12

Timothy J. Baek's avatar
Timothy J. Baek committed
13
14
15
	pre {
		white-space: pre-wrap;
	}
Timothy J. Baek's avatar
Timothy J. Baek committed
16
}