mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-23 18:50:06 +08:00
fix: rc-footer style flush in ssr
This commit is contained in:
parent
44d3d2d95d
commit
a9c81e7e7d
@ -18,6 +18,7 @@ import { createStyles } from 'antd-style';
|
||||
import getAlphaColor from 'antd/es/theme/util/getAlphaColor';
|
||||
import { FormattedMessage, Link } from 'dumi';
|
||||
import RcFooter from 'rc-footer';
|
||||
import 'rc-footer/assets/index.css';
|
||||
import type { FooterColumn } from 'rc-footer/lib/column';
|
||||
|
||||
import useLocale from '../../../hooks/useLocale';
|
||||
|
@ -1 +0,0 @@
|
||||
import 'rc-footer/assets/index.css';
|
Loading…
Reference in New Issue
Block a user