17 lines
237 B
SCSS
Vendored
17 lines
237 B
SCSS
Vendored
|
|
@tailwind base;
|
|
@tailwind components;
|
|
|
|
|
|
@import "components/elements";
|
|
@import "components/btn";
|
|
@import "components/nav";
|
|
@import "components/transitions";
|
|
|
|
@import "pages/memos";
|
|
|
|
@import "pages/games/hangman";
|
|
|
|
|
|
@tailwind utilities;
|