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

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