Browse Source

adjust import style of grid

pull/15354/head
zombiej 6 years ago
parent
commit
73d96f4c22
  1. 2
      components/col/style/index.tsx
  2. 2
      components/row/style/index.tsx

2
components/col/style/index.tsx

@ -2,4 +2,4 @@ import '../../style/index.less';
// style dependencies
// deps-lint-skip: grid
import '../../grid/style/index.less';
import '../../grid/style';

2
components/row/style/index.tsx

@ -2,4 +2,4 @@ import '../../style/index.less';
// style dependencies
// deps-lint-skip: grid
import '../../grid/style/index.less';
import '../../grid/style';

Loading…
Cancel
Save