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

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