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

15 lines
311 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';
2021-11-17 22:36:51 +08:00
@import 'motion';
@import 'reset';
@import 'operation-unit';
@import 'rounded-arrow';