File tree Expand file tree Collapse file tree 3 files changed +256
-191
lines changed Expand file tree Collapse file tree 3 files changed +256
-191
lines changed Original file line number Diff line number Diff line change 10
10
"type" : " module" ,
11
11
"postcss" : {
12
12
"plugins" : {
13
+ "postcss-import" : {},
14
+ "tailwindcss/nesting" : " postcss-nesting" ,
13
15
"tailwindcss" : {},
14
16
"autoprefixer" : {}
15
17
}
30
32
"highlight.js" : " ^11.9.0" ,
31
33
"highlightjs-rescript" : " ^0.2.2" ,
32
34
"lz-string" : " ^1.4.4" ,
33
- "next" : " ^13.1 .1" ,
35
+ "next" : " ^14.2 .1" ,
34
36
"next-mdx-remote" : " ^4.4.1" ,
35
37
"prettier" : " ^1.18.2" ,
36
38
"react" : " ^18.2.0" ,
63
65
"esbuild-loader" : " ^2.20.0" ,
64
66
"postcss" : " ^8.4.27" ,
65
67
"postcss-cli" : " ^8.3.0" ,
68
+ "postcss-nesting" : " ^12.1.1" ,
66
69
"reanalyze" : " ^2.16.0" ,
67
70
"simple-functional-loader" : " ^1.2.1" ,
68
71
"tailwindcss" : " ^3.3.3"
Original file line number Diff line number Diff line change 1
- @tailwind base;
2
- @tailwind components;
3
-
4
1
@import './_hljs.css' ;
5
2
@import './_markdown.css' ;
6
3
@import "./_fonts.css" ;
7
4
@import "./_docsearch.css" ;
5
+
6
+ @tailwind base;
7
+ @tailwind components;
8
+
8
9
/* @import "./_typography.css"; */
9
10
10
11
body {
47
48
}
48
49
}
49
50
50
- @responsive {
51
+ @layer components {
51
52
.hl-1 {
52
53
@apply text-48 font-semibold tracking-tighter leading-tight text-black
53
54
}
68
69
}
69
70
}
70
71
71
- @responsive {
72
+ @layer components {
72
73
.body-lg {
73
74
@apply text-18 font-normal tracking-tight leading-4
74
75
}
You can’t perform that action at this time.
0 commit comments