mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
refatcor: Move mixins back (#32920)
This commit is contained in:
parent
39f7ec5fdb
commit
b0e7dd5883
@ -8,8 +8,6 @@
|
||||
@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';
|
||||
@import 'motion';
|
||||
@import 'reset';
|
||||
@import 'operation-unit';
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
@import '../color/colors';
|
||||
@import './mixins/index';
|
||||
|
||||
@theme: default;
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
@import 'motion';
|
||||
@import 'reset';
|
||||
@import 'operation-unit';
|
@ -1,6 +1,5 @@
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
@import '../color/colors';
|
||||
@import './mixins/index';
|
||||
|
||||
@theme: variable;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user