Skip to content

Commit a6f7a8d

Browse files
committed
fix bug & revert volta changes
1 parent 1da3613 commit a6f7a8d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/common/DocsShow.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
if (style) {
155155
codeBlocks.push({
156156
language: 'scss',
157-
content: style[1],
157+
content: style,
158158
});
159159
}
160160
return codeBlocks;

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,5 @@
8383
},
8484
"browserslist": [
8585
"extends browserslist-config-kolibri"
86-
],
87-
"volta": {
88-
"node": "18.20.6"
89-
}
86+
]
9087
}

0 commit comments

Comments
 (0)