mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +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