mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-02 15:59:38 +08:00
a2f28f0ca7
* add: Typography mixins. add: Created typography variables (margin, font-weight). moved: Typography internal variables * fix: heding margin moved: prefix variable out of default.less * fixed: circleci * 🗑 Remove @typography-title-margin-left and @typography-title-margin-right * 🗑 Remove unused vars
11 lines
228 B
Plaintext
11 lines
228 B
Plaintext
// Mixins
|
|
// --------------------------------------------------
|
|
@import 'size';
|
|
@import 'compatibility';
|
|
@import 'clearfix';
|
|
@import 'iconfont';
|
|
@import 'motion';
|
|
@import 'reset';
|
|
@import 'operation-unit';
|
|
@import 'typography';
|