fix: Badge style import (#25863)

This commit is contained in:
07akioni 2020-07-28 17:59:14 +08:00 committed by GitHub
parent 8eb4e83535
commit 44b51dc2b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -191,3 +191,4 @@
}
@import './rtl';
@import './ribbon';

View File

@ -1,3 +1,2 @@
import '../../style/index.less';
import './ribbon.less';
import './index.less';