Skip to content

Commit

Permalink
add tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
NickRoccodev11 committed Oct 3, 2024
1 parent 9e766be commit a8a9d82
Show file tree
Hide file tree
Showing 4 changed files with 696 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
--color-black: hsla(220, 13%, 18%, 1);
--color-gray-dark: hsla(220, 13%, 25%, 1);
Expand Down
Loading

0 comments on commit a8a9d82

Please sign in to comment.