Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2b4b308

Browse files
committedApr 16, 2024
Revert "upgrade next to v14"
This reverts commit f49233d.
1 parent a063f84 commit 2b4b308

File tree

3 files changed

+191
-256
lines changed

3 files changed

+191
-256
lines changed
 

‎package-lock.json

Lines changed: 185 additions & 246 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
"type": "module",
1111
"postcss": {
1212
"plugins": {
13-
"postcss-import": {},
14-
"tailwindcss/nesting": "postcss-nesting",
1513
"tailwindcss": {},
1614
"autoprefixer": {}
1715
}
@@ -32,7 +30,7 @@
3230
"highlight.js": "^11.9.0",
3331
"highlightjs-rescript": "^0.2.2",
3432
"lz-string": "^1.4.4",
35-
"next": "^14.2.1",
33+
"next": "^13.1.1",
3634
"next-mdx-remote": "^4.4.1",
3735
"prettier": "^1.18.2",
3836
"react": "^18.2.0",
@@ -65,7 +63,6 @@
6563
"esbuild-loader": "^2.20.0",
6664
"postcss": "^8.4.27",
6765
"postcss-cli": "^8.3.0",
68-
"postcss-nesting": "^12.1.1",
6966
"reanalyze": "^2.16.0",
7067
"simple-functional-loader": "^1.2.1",
7168
"tailwindcss": "^3.3.3"

‎styles/main.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1+
@tailwind base;
2+
@tailwind components;
3+
14
@import './_hljs.css';
25
@import './_markdown.css';
36
@import "./_fonts.css";
47
@import "./_docsearch.css";
5-
6-
@tailwind base;
7-
@tailwind components;
8-
98
/* @import "./_typography.css"; */
109

1110
body {
@@ -48,7 +47,7 @@ body {
4847
}
4948
}
5049

51-
@layer components {
50+
@responsive {
5251
.hl-1 {
5352
@apply text-48 font-semibold tracking-tighter leading-tight text-black
5453
}
@@ -69,7 +68,7 @@ body {
6968
}
7069
}
7170

72-
@layer components {
71+
@responsive {
7372
.body-lg {
7473
@apply text-18 font-normal tracking-tight leading-4
7574
}

0 commit comments

Comments
 (0)
Please sign in to comment.