Skip to content

Commit

Permalink
fix(style): 修复引用问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanaMaid committed Sep 28, 2018
1 parent abf7bfb commit 3f08545
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/Grid/style/grid.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// thanks for antd
// https://github.com/ant-design/ant-design/blob/master/components/grid/style/mixin.less
@import './var.less';

.make-row(@gutter: @grid-gutter-width) {
position: relative;
margin-left: (@gutter / -2);
Expand Down
1 change: 1 addition & 0 deletions components/Grid/style/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import './index.css';
1 change: 1 addition & 0 deletions components/Grid/style/less.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import './index.less';
1 change: 1 addition & 0 deletions components/Grid/style/var.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import '../../styles/var.less';
@import '../../styles//mixins/clearfix.less';

@grid-columns: 24;
@grid-gutter-width: 0;

0 comments on commit 3f08545

Please sign in to comment.