diff --git a/_template/style/index.tsx b/_template/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/_template/style/index.tsx +++ b/_template/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/alert/style/index.tsx b/components/alert/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/alert/style/index.tsx +++ b/components/alert/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/anchor/style/index.tsx b/components/anchor/style/index.tsx index 0d133f8a..deac31d6 100644 --- a/components/anchor/style/index.tsx +++ b/components/anchor/style/index.tsx @@ -1,3 +1,3 @@ -import './index.scss'; +import './_index.scss'; -import '../../sticky/style/index.scss'; +import '../../sticky/style/_index.scss'; diff --git a/components/aspect-ratio/style/index.tsx b/components/aspect-ratio/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/aspect-ratio/style/index.tsx +++ b/components/aspect-ratio/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/avatar/style/index.tsx b/components/avatar/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/avatar/style/index.tsx +++ b/components/avatar/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/back-top/style/index.tsx b/components/back-top/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/back-top/style/index.tsx +++ b/components/back-top/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/badge/style/index.tsx b/components/badge/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/badge/style/index.tsx +++ b/components/badge/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/breadcrumb/style/index.tsx b/components/breadcrumb/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/breadcrumb/style/index.tsx +++ b/components/breadcrumb/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/button/style/index.tsx b/components/button/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/button/style/index.tsx +++ b/components/button/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/calendar/style/index.tsx b/components/calendar/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/calendar/style/index.tsx +++ b/components/calendar/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/card/style/index.tsx b/components/card/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/card/style/index.tsx +++ b/components/card/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/carousel/style/index.tsx b/components/carousel/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/carousel/style/index.tsx +++ b/components/carousel/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/checkbox/style/index.tsx b/components/checkbox/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/checkbox/style/index.tsx +++ b/components/checkbox/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/collapse-transition/style/index.tsx b/components/collapse-transition/style/index.tsx index faf874d2..a4c67f37 100644 --- a/components/collapse-transition/style/index.tsx +++ b/components/collapse-transition/style/index.tsx @@ -1 +1 @@ -import '../style/index.scss'; +import '../style/_index.scss'; diff --git a/components/collapse/style/index.tsx b/components/collapse/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/collapse/style/index.tsx +++ b/components/collapse/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/date-picker/style/index.tsx b/components/date-picker/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/date-picker/style/index.tsx +++ b/components/date-picker/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/descriptions/style/index.tsx b/components/descriptions/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/descriptions/style/index.tsx +++ b/components/descriptions/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/divider/style/index.tsx b/components/divider/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/divider/style/index.tsx +++ b/components/divider/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/drawer/style/index.tsx b/components/drawer/style/index.tsx index 7aa331c1..825ba4bf 100644 --- a/components/drawer/style/index.tsx +++ b/components/drawer/style/index.tsx @@ -1,4 +1,4 @@ -import '../style/index.scss'; +import '../style/_index.scss'; // style dependencies -import '../../overlay/style/index.scss'; +import '../../overlay/style/_index.scss'; diff --git a/components/dropdown/style/index.tsx b/components/dropdown/style/index.tsx index 2a933dd1..2e6a692f 100644 --- a/components/dropdown/style/index.tsx +++ b/components/dropdown/style/index.tsx @@ -1,4 +1,4 @@ -import './index.scss'; +import './_index.scss'; // style dependency -import '../../popup/style/index.scss'; +import '../../popup/style/_index.scss'; diff --git a/components/empty/style/index.tsx b/components/empty/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/empty/style/index.tsx +++ b/components/empty/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/flip/style/index.tsx b/components/flip/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/flip/style/index.tsx +++ b/components/flip/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/form/style/index.tsx b/components/form/style/index.tsx index 25bfad0d..649f2136 100644 --- a/components/form/style/index.tsx +++ b/components/form/style/index.tsx @@ -1,3 +1,3 @@ -import './index.scss'; +import './_index.scss'; -import '../../transition/style/index.scss'; +import '../../transition/style/_index.scss'; diff --git a/components/grid/style/index.tsx b/components/grid/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/grid/style/index.tsx +++ b/components/grid/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/icon/style/index.tsx b/components/icon/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/icon/style/index.tsx +++ b/components/icon/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/image/style/index.tsx b/components/image/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/image/style/index.tsx +++ b/components/image/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/input-number/style/index.tsx b/components/input-number/style/index.tsx index 7deddbb1..1802452b 100644 --- a/components/input-number/style/index.tsx +++ b/components/input-number/style/index.tsx @@ -1,3 +1,3 @@ -import './index.scss'; +import './_index.scss'; -import '../../input/style/index.scss'; +import '../../input/style/_index.scss'; diff --git a/components/input-password/style/index.tsx b/components/input-password/style/index.tsx index 7deddbb1..1802452b 100644 --- a/components/input-password/style/index.tsx +++ b/components/input-password/style/index.tsx @@ -1,3 +1,3 @@ -import './index.scss'; +import './_index.scss'; -import '../../input/style/index.scss'; +import '../../input/style/_index.scss'; diff --git a/components/input/style/index.tsx b/components/input/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/input/style/index.tsx +++ b/components/input/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/keyboard/style/index.tsx b/components/keyboard/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/keyboard/style/index.tsx +++ b/components/keyboard/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/layout/style/index.tsx b/components/layout/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/layout/style/index.tsx +++ b/components/layout/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/link/style/index.tsx b/components/link/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/link/style/index.tsx +++ b/components/link/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/loader/style/index.tsx b/components/loader/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/loader/style/index.tsx +++ b/components/loader/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/loading-bar/style/index.tsx b/components/loading-bar/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/loading-bar/style/index.tsx +++ b/components/loading-bar/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/menu/style/index.tsx b/components/menu/style/index.tsx index e170b1c0..2dee04a1 100644 --- a/components/menu/style/index.tsx +++ b/components/menu/style/index.tsx @@ -1,4 +1,4 @@ -import './index.scss'; +import './_index.scss'; -import '../../popup/style/index.scss'; -import '../../collapse-transition/style/index.scss'; +import '../../popup/style/_index.scss'; +import '../../collapse-transition/style/_index.scss'; diff --git a/components/message/style/index.tsx b/components/message/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/message/style/index.tsx +++ b/components/message/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/modal/style/index.tsx b/components/modal/style/index.tsx index 3d92f2af..cbac19bb 100644 --- a/components/modal/style/index.tsx +++ b/components/modal/style/index.tsx @@ -1,5 +1,5 @@ -import './index.scss'; +import './_index.scss'; // style dependencies -import '../../overlay/style/index.scss'; -import '../../button/style/index.scss'; +import '../../overlay/style/_index.scss'; +import '../../button/style/_index.scss'; diff --git a/components/native-select/style/index.tsx b/components/native-select/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/native-select/style/index.tsx +++ b/components/native-select/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/notification/style/index.tsx b/components/notification/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/notification/style/index.tsx +++ b/components/notification/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/overlay/style/index.tsx b/components/overlay/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/overlay/style/index.tsx +++ b/components/overlay/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/pagination/style/index.tsx b/components/pagination/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/pagination/style/index.tsx +++ b/components/pagination/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/pop-confirm/style/index.tsx b/components/pop-confirm/style/index.tsx index ca48e504..a7ca17cc 100644 --- a/components/pop-confirm/style/index.tsx +++ b/components/pop-confirm/style/index.tsx @@ -1,5 +1,5 @@ -import './index.scss'; +import './_index.scss'; // style dependencies -import '../../button/style/index.scss'; -import '../../popover/style/index.scss'; +import '../../button/style/_index.scss'; +import '../../popover/style/_index.scss'; diff --git a/components/popover/style/index.tsx b/components/popover/style/index.tsx index 2a933dd1..2e6a692f 100644 --- a/components/popover/style/index.tsx +++ b/components/popover/style/index.tsx @@ -1,4 +1,4 @@ -import './index.scss'; +import './_index.scss'; // style dependency -import '../../popup/style/index.scss'; +import '../../popup/style/_index.scss'; diff --git a/components/popup/style/index.tsx b/components/popup/style/index.tsx index 2a933dd1..2e6a692f 100644 --- a/components/popup/style/index.tsx +++ b/components/popup/style/index.tsx @@ -1,4 +1,4 @@ -import './index.scss'; +import './_index.scss'; // style dependency -import '../../popup/style/index.scss'; +import '../../popup/style/_index.scss'; diff --git a/components/progress/style/index.tsx b/components/progress/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/progress/style/index.tsx +++ b/components/progress/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/radio/style/index.tsx b/components/radio/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/radio/style/index.tsx +++ b/components/radio/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/rate/style/index.tsx b/components/rate/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/rate/style/index.tsx +++ b/components/rate/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/result/style/index.tsx b/components/result/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/result/style/index.tsx +++ b/components/result/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/scroll-indicator/style/index.tsx b/components/scroll-indicator/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/scroll-indicator/style/index.tsx +++ b/components/scroll-indicator/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/select/style/index.tsx b/components/select/style/index.tsx index b47ca072..b96bfe5b 100644 --- a/components/select/style/index.tsx +++ b/components/select/style/index.tsx @@ -1,4 +1,4 @@ -import './index.scss'; +import './_index.scss'; -import '../../input/style/index.scss'; -import '../../popup/style/index.scss'; +import '../../input/style/_index.scss'; +import '../../popup/style/_index.scss'; diff --git a/components/skeleton/style/index.tsx b/components/skeleton/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/skeleton/style/index.tsx +++ b/components/skeleton/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/slider/style/index.tsx b/components/slider/style/index.tsx index ba242ca8..2deb41ce 100644 --- a/components/slider/style/index.tsx +++ b/components/slider/style/index.tsx @@ -1,4 +1,4 @@ -import './index.scss'; +import './_index.scss'; // style dependencies -import '../../tooltip/style/index.scss'; +import '../../tooltip/style/_index.scss'; diff --git a/components/space/style/index.tsx b/components/space/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/space/style/index.tsx +++ b/components/space/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/split-button/style/index.tsx b/components/split-button/style/index.tsx index 824a1269..93b8221c 100644 --- a/components/split-button/style/index.tsx +++ b/components/split-button/style/index.tsx @@ -1,5 +1,5 @@ -import './index.scss'; +import './_index.scss'; // style dependency -import '../../button/style/index.scss'; -import '../../dropdown/style/index.scss'; +import '../../button/style/_index.scss'; +import '../../dropdown/style/_index.scss'; diff --git a/components/split/style/index.tsx b/components/split/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/split/style/index.tsx +++ b/components/split/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/steps/style/index.tsx b/components/steps/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/steps/style/index.tsx +++ b/components/steps/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/sticky/style/index.tsx b/components/sticky/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/sticky/style/index.tsx +++ b/components/sticky/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/strength-indicator/style/index.tsx b/components/strength-indicator/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/strength-indicator/style/index.tsx +++ b/components/strength-indicator/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/switch/style/index.tsx b/components/switch/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/switch/style/index.tsx +++ b/components/switch/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/tabs/style/index.tsx b/components/tabs/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/tabs/style/index.tsx +++ b/components/tabs/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/tag/style/index.tsx b/components/tag/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/tag/style/index.tsx +++ b/components/tag/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/textarea/style/index.tsx b/components/textarea/style/index.tsx index e5675c6a..3808542b 100644 --- a/components/textarea/style/index.tsx +++ b/components/textarea/style/index.tsx @@ -1,4 +1,4 @@ -import './index.scss'; +import './_index.scss'; // style dependency -import '../../input/style/index.scss'; +import '../../input/style/_index.scss'; diff --git a/components/time-picker/style/index.tsx b/components/time-picker/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/time-picker/style/index.tsx +++ b/components/time-picker/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/timeline/style/index.tsx b/components/timeline/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/timeline/style/index.tsx +++ b/components/timeline/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/tooltip/style/index.tsx b/components/tooltip/style/index.tsx index e680e6e0..e50259bf 100644 --- a/components/tooltip/style/index.tsx +++ b/components/tooltip/style/index.tsx @@ -1,4 +1,4 @@ -import './index.scss'; +import './_index.scss'; // style dependency -import '../../popover/style/index.scss'; +import '../../popover/style/_index.scss'; diff --git a/components/transfer/style/index.tsx b/components/transfer/style/index.tsx index 0f4ff115..0b3c73c2 100644 --- a/components/transfer/style/index.tsx +++ b/components/transfer/style/index.tsx @@ -1,6 +1,6 @@ -import './index.scss'; +import './_index.scss'; -import '../../button/style/index.scss'; -import '../../checkbox/style/index.scss'; -import '../../empty/style/index.scss'; -import '../../input/style/index.scss'; +import '../../button/style/_index.scss'; +import '../../checkbox/style/_index.scss'; +import '../../empty/style/_index.scss'; +import '../../input/style/_index.scss'; diff --git a/components/transition/style/index.tsx b/components/transition/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/transition/style/index.tsx +++ b/components/transition/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/tree/style/index.tsx b/components/tree/style/index.tsx index 1e54cb02..ee89836e 100644 --- a/components/tree/style/index.tsx +++ b/components/tree/style/index.tsx @@ -1,4 +1,4 @@ -import './index.scss'; +import './_index.scss'; -import '../../checkbox/style/index.scss'; -import '../../collapse-transition/style/index.scss'; +import '../../checkbox/style/_index.scss'; +import '../../collapse-transition/style/_index.scss'; diff --git a/components/typography/style/index.tsx b/components/typography/style/index.tsx index 67aac616..dca5d2a0 100644 --- a/components/typography/style/index.tsx +++ b/components/typography/style/index.tsx @@ -1 +1 @@ -import './index.scss'; +import './_index.scss'; diff --git a/components/upload/style/index.tsx b/components/upload/style/index.tsx index f3e811ce..324173d3 100644 --- a/components/upload/style/index.tsx +++ b/components/upload/style/index.tsx @@ -1,4 +1,4 @@ -import './index.scss'; +import './_index.scss'; // dependencies import '../../progress/style';