Files
bsky-social-app/bskyembed/src/index.css
T
Mary 4e8d86db31 Let Expo/Webpack handle CSS assets (#3942)
* chore: handle built css assets

* chore: let prettier handle css code

* refactor: let webpack build css assets

* chore: prettier on bskyembed

* chore: touch empty.txt on css directory

* chore: do the same to the workflow
2024-09-23 23:38:04 +09:00

8 lines
102 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
.break-word {
word-break: break-word;
}