mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-16 01:41:02 +08:00
9 lines
135 B
Plaintext
9 lines
135 B
Plaintext
|
@import "../../style/themes/default";
|
||
|
@import "../../style/mixins/index";
|
||
|
@import "./mixin";
|
||
|
|
||
|
// Input styles
|
||
|
.ant-input {
|
||
|
.input;
|
||
|
}
|