style: fixed style (#3202)

Co-authored-by: [liuyaqian] <[liuyaqian@geekplus.com]>
This commit is contained in:
sunnuan 2021-09-02 18:30:39 +08:00 committed by GitHub
parent 01b867896e
commit d8487f29a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
@use "sass:map";
@import '../common/var';
@mixin button-plain($color, $type) {

View File

@ -1,3 +1,5 @@
@use "sass:math";
@import '../common/var.scss';
@import './mixins.scss';