"examples/textual_inversion/requirements.txt" did not exist on "5164c9faa9d40f55fcc4ff1940f1171a5d43b9e0"
tailwind.css 370 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 {
Silentoplayz's avatar
Silentoplayz committed
6
7
8
9
10
	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';
	}
Timothy J. Baek's avatar
Timothy J. Baek committed
11

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