refatcor: Move mixins back (#32920)

This commit is contained in:
二货机器人 2021-11-17 22:36:51 +08:00 committed by GitHub
parent 39f7ec5fdb
commit b0e7dd5883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 3 additions and 10 deletions

View File

@ -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';

View File

@ -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;

View File

@ -1,3 +0,0 @@
@import 'motion';
@import 'reset';
@import 'operation-unit';

View File

@ -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;