Skip to content

Commit 0643b7a

Browse files
committed
chore: update
1 parent 418f328 commit 0643b7a

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

.node-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v22.12.0

.nvmrc

-1
This file was deleted.

docs/src/app/[lang]/layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-env node */
2-
2+
import "nextra-theme-docs/style.css"
33
import "@/styles/tailwind.css"
44

55
import type { Metadata } from "next"

docs/src/styles/tailwind.css

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import "nextra-theme-docs/style.css";
21
@import "tailwindcss";
32

43
@config "../../tailwind.config.ts"

0 commit comments

Comments
 (0)