refactor(styles): move the imports to the top
- Esbuild needs css imports to be on the top of the file for them to resolve properly Signed-off-by: Akshit Garg <garg.akshit@gmail.com>
This commit is contained in:
parent
8c99eb04a4
commit
a3734cc6ab
@ -2,6 +2,7 @@
|
|||||||
@import "tailwindcss/base";
|
@import "tailwindcss/base";
|
||||||
@import "tailwindcss/components";
|
@import "tailwindcss/components";
|
||||||
@import "tailwindcss/utilities";
|
@import "tailwindcss/utilities";
|
||||||
|
@import "./highlight.css";
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "JetBrains Mono";
|
font-family: "JetBrains Mono";
|
||||||
@ -62,5 +63,3 @@ textarea {
|
|||||||
color: black;
|
color: black;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import "./highlight.css";
|
|
||||||
|
Loading…
Reference in New Issue
Block a user