mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 21:59:41 +08:00
18 lines
304 B
Plaintext
18 lines
304 B
Plaintext
// Mixins
|
|
// --------------------------------------------------
|
|
|
|
// Utilities
|
|
@import "vendor-prefixes.less";
|
|
@import "opacity.less";
|
|
@import "size.less";
|
|
@import "compatibility";
|
|
@import "clearfix";
|
|
@import "center-block";
|
|
|
|
// for common elements
|
|
@import "button.less";
|
|
|
|
// Layout
|
|
@import "grid.less";
|
|
|