fix: 修复 helper 里没包含 opacity 问题 (#3528)

This commit is contained in:
吴多益 2022-01-28 15:27:15 +08:00 committed by GitHub
parent 64d8c3e41e
commit 0ac1e73848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,7 @@
@import './helper/box-alignment/place-self';
@import './helper/effect/box-shadow';
@import './helper/effect/opacity';
@import './helper/spacing/margin';
@import './helper/spacing/padding';