mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 08:59:40 +08:00
b926c535ea
* chore: rm color-less * refactor: MV theme to variable * docs: fix header * chore: clean up * chore: enable esbuild
10 lines
311 B
Plaintext
10 lines
311 B
Plaintext
@import './colors.less';
|
|
@import './home.less';
|
|
|
|
@site-heading-color: @heading-color;
|
|
@site-text-color: @heading-color;
|
|
@site-text-color-secondary: @text-color-secondary;
|
|
@site-border-color-split: @border-color-split;
|
|
@site-header-box-shadow: 0 2px 8px rgba(240, 241, 242, 65);
|
|
@site-markdown-code-bg: #f2f4f5;
|