We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advances #601
antd v5 ConfigProvider and theming will injest hex colors defined as typescript constants, not as css vars.
ConfigProvider
Whatever colors and variables we are using in ant-vars.less will need to be ported over.
ant-vars.less
The colors from ant-vars.less are declared and expored from a themeColors.ts file
themeColors.ts
The text was updated successfully, but these errors were encountered:
interim17
No branches or pull requests
Use Case
Advances #601
antd v5
ConfigProvider
and theming will injest hex colors defined as typescript constants, not as css vars.Whatever colors and variables we are using in
ant-vars.less
will need to be ported over.Acceptance Criteria
The colors from
ant-vars.less
are declared and expored from athemeColors.ts
fileThe text was updated successfully, but these errors were encountered: