Skip to content

Commit c649958

Browse files
committed
refactor: rename folder to help with end user installs
1 parent 35029ce commit c649958

57 files changed

Lines changed: 15 additions & 15 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/core.dark.android.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
* Licensed under MIT (https://github.com/NativeScript/theme/blob/master/LICENSE)
66
*/
77

8-
@import 'scss/themes/core/dark';
9-
@import 'scss/themes/core/platforms/index.android';
8+
@import 'includes/themes/core/dark';
9+
@import 'includes/themes/core/platforms/index.android';

app/core.dark.ios.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
* Licensed under MIT (https://github.com/NativeScript/theme/blob/master/LICENSE)
66
*/
77

8-
@import 'scss/themes/core/dark';
9-
@import 'scss/themes/core/platforms/index.ios';
8+
@import 'includes/themes/core/dark';
9+
@import 'includes/themes/core/platforms/index.ios';

app/core.light.android.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
* Licensed under MIT (https://github.com/NativeScript/theme/blob/master/LICENSE)
66
*/
77

8-
@import 'scss/themes/core/light';
9-
@import 'scss/themes/core/platforms/index.android';
8+
@import 'includes/themes/core/light';
9+
@import 'includes/themes/core/platforms/index.android';

app/core.light.ios.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
* Licensed under MIT (https://github.com/NativeScript/theme/blob/master/LICENSE)
66
*/
77

8-
@import 'scss/themes/core/light';
9-
@import 'scss/themes/core/platforms/index.ios';
8+
@import 'includes/themes/core/light';
9+
@import 'includes/themes/core/platforms/index.ios';

app/demo-styles/app.android.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
/**
99
* Base style (un-themed)
1010
*/
11-
@import 'scss/variables';
12-
@import 'scss/index';
13-
@import 'scss/themes/core/platforms/index.android';
11+
@import 'includes/variables';
12+
@import 'includes/index';
13+
@import 'includes/themes/core/platforms/index.android';
1414

1515
// demo app
1616
@import 'demo-styles/demo';

app/demo-styles/app.ios.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
/**
99
* Base style (un-themed)
1010
*/
11-
@import 'scss/variables';
12-
@import 'scss/index';
13-
@import 'scss/themes/core/platforms/index.ios';
11+
@import 'includes/variables';
12+
@import 'includes/index';
13+
@import 'includes/themes/core/platforms/index.ios';
1414

1515
// demo app
1616
@import 'demo-styles/demo';

0 commit comments

Comments
 (0)