File tree 5 files changed +21
-21
lines changed
5 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 30
30
"@types/node" : " ^22.10.7" ,
31
31
"@types/react" : " ^19.0.7" ,
32
32
"@types/react-dom" : " ^19.0.3" ,
33
- "bunchee" : " ^6.3.2 " ,
34
- "codice" : " 1.0 .0" ,
33
+ "bunchee" : " ^6.3.3 " ,
34
+ "codice" : " 1.1 .0" ,
35
35
"devjar" : " link:./" ,
36
36
"next" : " ^15.1.5" ,
37
37
"react" : " ^19.0.0" ,
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const codeSampleCssImport = {
52
52
background: #eee;
53
53
border: 1px solid #222;
54
54
padding: 8px 16px;
55
- border-radius: 8px ;
55
+ border-radius: 4px ;
56
56
font-weight: 700;
57
57
transition: color 0.2s ease-in-out;
58
58
}
@@ -123,7 +123,7 @@ export default function Page() {
123
123
</ p >
124
124
</ div >
125
125
126
- < h1 className = "text-center" > Examples</ h1 >
126
+ < h2 className = "text-center" > Examples</ h2 >
127
127
< div className = "codesandboxes" >
128
128
< Codesandbox title = "Tailwind CSS" files = { codeSampleTheme } />
129
129
< Codesandbox title = "Plain CSS" files = { codeSampleCssImport } />
Original file line number Diff line number Diff line change 19
19
--sh-class : # 6f42c1 ;
20
20
--sh-identifier : # 354150 ;
21
21
--sh-sign : # 24292e ;
22
- --sh-string : # 53b487 ;
22
+ --sh-string : # 57a3a7 ;
23
23
--sh-keyword : # d73a49 ;
24
24
--sh-comment : # 6a737d ;
25
25
--sh-jsxliterals : # 24292e ;
@@ -156,6 +156,7 @@ textarea:focus-visible {
156
156
max-width : 680px ;
157
157
margin : 0 auto;
158
158
text-align : center;
159
+ color : # 404756 ;
159
160
}
160
161
161
162
.titles h1 {
@@ -165,7 +166,6 @@ textarea:focus-visible {
165
166
166
167
.titles h3 {
167
168
font-size : 32px ;
168
- color : # 404756 ;
169
169
margin : 0 ;
170
170
padding : 8px 0 ;
171
171
}
@@ -174,7 +174,6 @@ textarea:focus-visible {
174
174
font-size : 20px ;
175
175
margin : 0 ;
176
176
padding : 8px 0 ;
177
- color : # 404756 ;
178
177
}
179
178
180
179
.playground {
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ export function Codesandbox({
44
44
className = "editor"
45
45
controls = { false }
46
46
title = { null }
47
+ lineNumbers = { false }
47
48
value = { files [ activeFile ] }
48
49
onChange = { ( code ) => {
49
50
setFiles ( {
You can’t perform that action at this time.
0 commit comments