Skip to content

Commit d53d627

Browse files
committed
refactor(many): rename files to common
1 parent d0a8a56 commit d53d627

9 files changed

Lines changed: 6 additions & 6 deletions

core/src/components/action-sheet/action-sheet.scss renamed to core/src/components/action-sheet/action-sheet.common.scss

File renamed without changes.

core/src/components/action-sheet/action-sheet.ionic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@use "../../themes/ionic/ionic.globals.scss" as globals;
2-
@use "./action-sheet";
2+
@use "./action-sheet.common";
33
@use "./action-sheet.md" as action-sheet-md;
44

55
// Ionic Action Sheet

core/src/components/action-sheet/action-sheet.native.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@use "../../themes/native/native.theme.default" as native;
22
@use "../../themes/mixins" as mixins;
33
@use "../../themes/functions.font" as font;
4-
@use "./action-sheet";
4+
@use "./action-sheet.common";
55

66
// Action Sheet: Native
77
// --------------------------------------------------
File renamed without changes.

core/src/components/alert/alert.ionic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@use "../../themes/ionic/ionic.globals.scss" as globals;
2-
@use "./alert";
2+
@use "./alert.common";
33
@use "./alert.md" as alert-md;
44

55
// Ionic Alert

core/src/components/alert/alert.native.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@use "../../themes/native/native.theme.default" as native;
22
@use "../../themes/mixins" as mixins;
33
@use "../../themes/functions.font" as font;
4-
@use "./alert";
4+
@use "./alert.common";
55

66
// Alert: Native
77
// --------------------------------------------------

core/src/components/select-popover/select-popover.scss renamed to core/src/components/select-popover/select-popover.common.scss

File renamed without changes.

core/src/components/select-popover/select-popover.ionic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@use "../../themes/ionic/ionic.globals.scss" as globals;
2-
@use "./select-popover";
2+
@use "./select-popover.common";
33
@use "./select-popover.md" as select-popover-md;
44

55
// Ionic Select Popover

core/src/components/select-popover/select-popover.native.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@use "../../themes/native/native.theme.default" as native;
22
@use "../../themes/mixins" as mixins;
33
@use "../../themes/functions.font" as font;
4-
@use "./select-popover";
4+
@use "./select-popover.common";
55

66
// Select Popover: Native
77
// --------------------------------------------------

0 commit comments

Comments
 (0)