diff --git a/src/Grid/index.tsx b/src/Grid/index.tsx index 8ec5d69a..6495137f 100644 --- a/src/Grid/index.tsx +++ b/src/Grid/index.tsx @@ -1,3 +1,3 @@ -import 'antd/es/grid/style/index'; +import 'antd/es/grid/style/index.less'; export { Row, Col, RowProps } from 'antd';