mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
feat: enable hash by default
This commit is contained in:
parent
de4914880e
commit
86c8f945db
@ -48,6 +48,7 @@ export const DesignTokenContext = React.createContext<{
|
||||
hashed?: string | boolean;
|
||||
}>({
|
||||
token: defaultSeedToken,
|
||||
hashed: true,
|
||||
});
|
||||
|
||||
// ================================== Hook ==================================
|
||||
|
Loading…
Reference in New Issue
Block a user