Skip to content

Commit

Permalink
add tailwindcss directives to stylesheet index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
GrannyYetta committed Sep 29, 2024
1 parent 52a1e2c commit c95646f
Showing 1 changed file with 4 additions and 0 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

0 comments on commit c95646f

Please sign in to comment.