fix(demo): update package-lock.json, install raw-loader, fix style warnings

This commit is contained in:
d.strigo 2023-10-26 01:03:17 +02:00
parent 5a7bde002c
commit 1360a33771
26 changed files with 34 additions and 33 deletions

View file

@ -4,7 +4,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';
@import '../../../@theme/styles/themes';

View file

@ -1,6 +1,6 @@
@import '../../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';
@include nb-install-component() {
$menu-item-fg: nb-theme(color-fg-heading-light);

View file

@ -4,7 +4,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';
@import '../../../@theme/styles/themes';