mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-02 15:59:38 +08:00
16 lines
377 B
Plaintext
16 lines
377 B
Plaintext
// Mixins
|
|
// --------------------------------------------------
|
|
@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';
|