Skip to content

Commit

Permalink
fix: missing index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
amosmachora committed Oct 4, 2024
1 parent 3dc4c66 commit c1f838e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/main-lib/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

.center-absolutely {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

0 comments on commit c1f838e

Please sign in to comment.