Skip to content

Commit 0f0e46e

Browse files
committed
refactor(cli): remove highlight default style
1 parent ad569f4 commit 0f0e46e

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

packages/varlet-cli/src/node/config/varlet.default.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ export default defineConfig({
7373
title: 'VARLET',
7474
logo: 'varlet_icon.png',
7575
defaultLanguage: 'zh-CN',
76-
highlight: {
77-
/**
78-
* @see https://highlightjs.org/
79-
*/
80-
style: '//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.3.2/styles/nord.min.css',
81-
},
8276
analysis: {
8377
baidu: '',
8478
},

packages/varlet-ui/varlet.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -707,9 +707,6 @@ export default defineConfig({
707707
},
708708
],
709709
},
710-
highlight: {
711-
style: null,
712-
},
713710
copy: [{ from: '../varlet-icons/dist/png', to: './public/icons/png', type: 'folder' }],
714711
directives: ['ripple', 'lazy', 'hover'],
715712
})

0 commit comments

Comments
 (0)