mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
fix: stripPrefix less vars false
This commit is contained in:
parent
89e8d01310
commit
9b9de756ca
@ -77,6 +77,7 @@ function finalizeDist() {
|
||||
const darkLess = fs.readFileSync(path.join(stylePath, 'themes', 'dark.less'), 'utf8');
|
||||
|
||||
const darkPaletteLess = lessToJs(`${colorLess}${defaultLess}${darkLess}`, {
|
||||
stripPrefix: true,
|
||||
resolveVariables: false,
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user