Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jul 1, 2024
1 parent c01b863 commit d004845
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/theme-css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ async function buildCss(options: BuildThemeCSSOptions, config: ThemeCssConfig):

function genThemeLess(type: 'default' | 'dark' | 'compact', extraThemeVars: string[]): string[] {
const list = [] as string[];
if (type !== 'dark' && type !== 'compact') return list;
// ng-zorro-antd
if (existsSync(join(root, node_modulesPath, 'ng-zorro-antd/style'))) {
list.push(`@import 'ng-zorro-antd/style/themes/${type}.less';`);
Expand Down

0 comments on commit d004845

Please sign in to comment.