about summary refs log tree commit diff
path: root/bskyembed/src/index.css
blob: 289e34cf00f29e488743c7e98271755dfe7b4b60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
@tailwind base;
@tailwind components;
@tailwind utilities;

.break-word {
  word-break: break-word;
}

:root {
  color-scheme: light dark;
}