We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da3613 commit a6f7a8dCopy full SHA for a6f7a8d
docs/common/DocsShow.vue
@@ -154,7 +154,7 @@
154
if (style) {
155
codeBlocks.push({
156
language: 'scss',
157
- content: style[1],
+ content: style,
158
});
159
}
160
return codeBlocks;
package.json
@@ -83,8 +83,5 @@
83
},
84
"browserslist": [
85
"extends browserslist-config-kolibri"
86
- ],
87
- "volta": {
88
- "node": "18.20.6"
89
- }
+ ]
90
0 commit comments