ant-design/components/style/mixins/index.less

16 lines
377 B
Plaintext
Raw Normal View History

// Mixins
// --------------------------------------------------
2018-12-07 16:17:45 +08:00
@import 'size';
@import 'compatibility';
@import 'clearfix';
@import 'iconfont';
@import 'typography';
@import 'customize';
@import 'box';
@import 'modal-mask';
// Note: These mixins require theme variables. Let's move to theme file instead:
// @import 'motion';
// @import 'reset';
// @import 'operation-unit';