mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 04:36:19 +08:00
10 lines
161 B
Plaintext
10 lines
161 B
Plaintext
@import "../../style/themes/default";
|
|
@import "../../style/mixins/index";
|
|
@import "./mixin";
|
|
@import "./search-input";
|
|
|
|
// Input styles
|
|
.ant-input {
|
|
.input;
|
|
}
|