Skip to content

Commit 1360a33

Browse files
committed
fix(demo): update package-lock.json, install raw-loader, fix style warnings
1 parent 5a7bde0 commit 1360a33

File tree

26 files changed

+34
-33
lines changed

26 files changed

+34
-33
lines changed

docs/app/@theme/components/docs-footer/footer.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
@import '../../../@theme/styles/themes';
8-
@import '~@nebular/theme/styles/global/breakpoints';
8+
@import '@nebular/theme/styles/global/breakpoints';
99

1010
@include nb-install-component() {
1111

docs/app/@theme/components/footer/footer.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
@import '../../../@theme/styles/themes';
8-
@import '~@nebular/theme/styles/global/breakpoints';
8+
@import '@nebular/theme/styles/global/breakpoints';
99

1010
@include nb-install-component() {
1111
$text-fg: nb-theme(footer-text-color);

docs/app/@theme/components/header/header.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
@import '../../../@theme/styles/themes';
8-
@import '~@nebular/theme/styles/global/breakpoints';
8+
@import '@nebular/theme/styles/global/breakpoints';
99

1010
@include nb-install-component() {
1111

docs/app/@theme/components/section-title/section-title.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
@import '../../../@theme/styles/themes';
8-
@import '~@nebular/theme/styles/global/breakpoints';
8+
@import '@nebular/theme/styles/global/breakpoints';
99

1010
@include nb-install-component() {
1111
h2 {

docs/app/@theme/styles/styles.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@
77
@import 'helvetica-neue';
88
@import 'themes';
99

10-
@import '~@nebular/theme/styles/globals';
11-
@import '~@nebular/bootstrap/styles/globals';
10+
@import '@nebular/theme/styles/globals';
1211

1312
@import 'hs-forms';
1413

1514
@include nb-install() {
1615
@include nb-theme-global();
17-
@include nb-bootstrap-global();
1816
@include hs-custom-form();
1917
};

docs/app/@theme/styles/themes.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* Licensed under the MIT License. See License.txt in the project root for license information.
55
*/
66

7-
@import '~@nebular/theme/styles/theming';
8-
@import '~@nebular/theme/styles/themes/corporate';
9-
@import '~@nebular/theme/styles/themes/default';
10-
@import '~@nebular/theme/styles/global/breakpoints';
7+
@import '@nebular/theme/styles/theming';
8+
@import '@nebular/theme/styles/themes/corporate';
9+
@import '@nebular/theme/styles/themes/default';
10+
@import '@nebular/theme/styles/global/breakpoints';
1111

1212
/*
1313
We have to overwrite breakpoints because we need to add *macpro* breakpoint.

docs/app/blocks/components/components-overview-block/components-overview-block.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import '../../../@theme/styles/themes';
2-
@import '~@nebular/theme/styles/global/breakpoints';
2+
@import '@nebular/theme/styles/global/breakpoints';
33

44
@include nb-install-component() {
55

docs/app/blocks/components/pager-block/pager-block.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
@import '../../../@theme/styles/themes';
8-
@import '~@nebular/theme/styles/global/breakpoints';
8+
@import '@nebular/theme/styles/global/breakpoints';
99

1010

1111
@include nb-install-component() {

docs/app/blocks/components/tabbed-example-block/tabbed-example-block.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import '../../../@theme/styles/themes';
2-
@import '~@nebular/theme/styles/global/breakpoints';
2+
@import '@nebular/theme/styles/global/breakpoints';
33

44
@include nb-install-component() {
55

docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
@import '../../../@theme/styles/themes';
8-
@import '~@nebular/theme/styles/global/breakpoints';
8+
@import '@nebular/theme/styles/global/breakpoints';
99

1010
@include nb-install-component() {
1111
$content-width: nb-theme(content-width);

0 commit comments

Comments
 (0)