From 68f47640be4e56036c329128447ff61ca1895458 Mon Sep 17 00:00:00 2001 From: Sun Xingfan Date: Fri, 30 Nov 2018 11:28:26 +0800 Subject: [PATCH] fix: typo --- components/checkbox/style/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/checkbox/style/index.scss b/components/checkbox/style/index.scss index 5a929eaf2..d31e2c4cc 100644 --- a/components/checkbox/style/index.scss +++ b/components/checkbox/style/index.scss @@ -1,4 +1,4 @@ -@import '@hi-ui/core-css'; +@import '@hi-ui/core-css/index.scss'; .hi-checkbox { display: inline-block;