From 0ac1e73848e8337e23e3930674b89d77c2d88827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=A4=9A=E7=9B=8A?= Date: Fri, 28 Jan 2022 15:27:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20helper=20=E9=87=8C?= =?UTF-8?q?=E6=B2=A1=E5=8C=85=E5=90=AB=20opacity=20=E9=97=AE=E9=A2=98=20(#?= =?UTF-8?q?3528)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/helper.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/helper.scss b/scss/helper.scss index 0c6827842..57c0d4fb6 100644 --- a/scss/helper.scss +++ b/scss/helper.scss @@ -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';