From c828db49886a9fcf657896e2c0e1c1b969a75e14 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Mon, 13 Apr 2026 00:12:15 +0800 Subject: [PATCH] simplify the way to import rtl stylesheets --- src/mobile-rtl.scss | 68 ++++++++++++++++++++++----------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/src/mobile-rtl.scss b/src/mobile-rtl.scss index a1c82bda..1de7cc0a 100644 --- a/src/mobile-rtl.scss +++ b/src/mobile-rtl.scss @@ -1,34 +1,34 @@ -@import '../node_modules/framework7/framework7-rtl.css'; -@import '../node_modules/framework7/components/dialog/dialog-rtl.css'; -@import '../node_modules/framework7/components/popup/popup-rtl.css'; -@import '../node_modules/framework7/components/login-screen/login-screen-rtl.css'; -@import '../node_modules/framework7/components/popover/popover-rtl.css'; -@import '../node_modules/framework7/components/actions/actions-rtl.css'; -@import '../node_modules/framework7/components/sheet/sheet-rtl.css'; -@import '../node_modules/framework7/components/notification/notification-rtl.css'; -@import '../node_modules/framework7/components/toast/toast-rtl.css'; -@import '../node_modules/framework7/components/preloader/preloader-rtl.css'; -@import '../node_modules/framework7/components/progressbar/progressbar-rtl.css'; -@import '../node_modules/framework7/components/sortable/sortable-rtl.css'; -@import '../node_modules/framework7/components/swipeout/swipeout-rtl.css'; -@import '../node_modules/framework7/components/accordion/accordion-rtl.css'; -@import '../node_modules/framework7/components/card/card-rtl.css'; -@import '../node_modules/framework7/components/chip/chip-rtl.css'; -@import '../node_modules/framework7/components/form/form-rtl.css'; -@import '../node_modules/framework7/components/input/input-rtl.css'; -@import '../node_modules/framework7/components/checkbox/checkbox-rtl.css'; -@import '../node_modules/framework7/components/radio/radio-rtl.css'; -@import '../node_modules/framework7/components/toggle/toggle-rtl.css'; -@import '../node_modules/framework7/components/range/range-rtl.css'; -@import '../node_modules/framework7/components/grid/grid-rtl.css'; -@import '../node_modules/framework7/components/picker/picker-rtl.css'; -@import '../node_modules/framework7/components/fab/fab-rtl.css'; -@import '../node_modules/framework7/components/infinite-scroll/infinite-scroll-rtl.css'; -@import '../node_modules/framework7/components/pull-to-refresh/pull-to-refresh-rtl.css'; -@import '../node_modules/framework7/components/searchbar/searchbar-rtl.css'; -@import '../node_modules/framework7/components/tooltip/tooltip-rtl.css'; -@import '../node_modules/framework7/components/skeleton/skeleton-rtl.css'; -@import '../node_modules/framework7/components/treeview/treeview-rtl.css'; -@import '../node_modules/framework7/components/typography/typography-rtl.css'; -@import '../node_modules/framework7/components/swiper/swiper-rtl.css'; -@import '../node_modules/framework7/components/photo-browser/photo-browser-rtl.css'; +@import 'framework7/css/rtl'; +@import 'framework7/components/dialog/css/rtl'; +@import 'framework7/components/popup/css/rtl'; +@import 'framework7/components/login-screen/css/rtl'; +@import 'framework7/components/popover/css/rtl'; +@import 'framework7/components/actions/css/rtl'; +@import 'framework7/components/sheet/css/rtl'; +@import 'framework7/components/notification/css/rtl'; +@import 'framework7/components/toast/css/rtl'; +@import 'framework7/components/preloader/css/rtl'; +@import 'framework7/components/progressbar/css/rtl'; +@import 'framework7/components/sortable/css/rtl'; +@import 'framework7/components/swipeout/css/rtl'; +@import 'framework7/components/accordion/css/rtl'; +@import 'framework7/components/card/css/rtl'; +@import 'framework7/components/chip/css/rtl'; +@import 'framework7/components/form/css/rtl'; +@import 'framework7/components/input/css/rtl'; +@import 'framework7/components/checkbox/css/rtl'; +@import 'framework7/components/radio/css/rtl'; +@import 'framework7/components/toggle/css/rtl'; +@import 'framework7/components/range/css/rtl'; +@import 'framework7/components/grid/css/rtl'; +@import 'framework7/components/picker/css/rtl'; +@import 'framework7/components/fab/css/rtl'; +@import 'framework7/components/infinite-scroll/css/rtl'; +@import 'framework7/components/pull-to-refresh/css/rtl'; +@import 'framework7/components/searchbar/css/rtl'; +@import 'framework7/components/tooltip/css/rtl'; +@import 'framework7/components/skeleton/css/rtl'; +@import 'framework7/components/treeview/css/rtl'; +@import 'framework7/components/typography/css/rtl'; +@import 'framework7/components/swiper/css/rtl'; +@import 'framework7/components/photo-browser/css/rtl';