mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-21 23:40:40 +01:00
import tailwindcss v2
This commit is contained in:
@@ -2,7 +2,3 @@ img, svg, path, g {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.dark-mode {
|
||||
@apply bg-gray-800;
|
||||
@apply text-white;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
|
||||
|
||||
@import "tailwindcss/base";
|
||||
@import "tailwindcss/components";
|
||||
@import "tailwindcss/utilities";
|
||||
|
||||
@import "./style.scss";
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user