25 comments found.
Npm i Doesn’t work
Something about jasmine
Node version 12.18
Hello there, please write us to support@5studios.net with details regarding your issue.
I am having the same issue as vvvrkiran when starting up the starter theme. Please advise.
Hello there, please describe your issue, or kindly send us an email to support@5studios.net with details regarding your issue. Please do not forget to include your purchase code.
I downloaded the theme and try to see it.
There are several instances where data is coming from your own API Isn’t the theme with JSON data?
Can you please suggest?
Hello there, thank you for contacting us. Yes, we use some API calls to demonstrate how easy it becomes to work with a real API. You should have no issues tho using our API calls, since we packed the theme with a Corporate Proxy to avoid any issue consuming an API. If you find this an incovenience please write direct to support@5studios.net to provide you with further support.
This template is really good but adding new Pages/Components to Application is very complex. Can someone share steps for adding new page/component to application?
Hello there! Thank you for buying Proxima. You might want to take a look at the Angular CLI, specifically to generate command here https://angular.io/cli/generate#component-command.
Feel free to contact us at support@5studios.net for assistance.
Hi, Yes I know how to generate Component using CLI. But my only problem is in adding component to project. After I generate a component at CLI, I added to Modules and Routes also. But most of the times, I get an error saying <proxima-.... element not defined… and etc…
I think you should publish steps to add a page to project which is using Proxima template.
Hi again, well there is no further steps. Just use the CLI command, use—module flag in order to add it to a Module of your choice, if not the component is added to the app-module by default and the actually component folder structure might be added to a different location. Drop us a line at support@5studios.net to provide you further assistance, please include your steps and error messages if any.
Hey guys. I just bought it, but I can’t npm install. I get the following errors:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: proxima@1.0.0
npm ERR! Found: @angular/common@10.2.5
npm ERR! node_modules/@angular/common
npm ERR! angular/common
“^10.0.7” from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer angular/common
“~9.1.0” from @ng-select/ng-option-highlight@0.0.5
npm ERR! node_modules/@ng-select/ng-option-highlight
npm ERR! ng-select/ng-option-highlight
“0.0.5” from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with—force, or—legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
Even running npm with sudo.
Hello there, thank you for contacting us. Please write to support@5studios.net for proper support, please include your node and npm version as well as your OS. Regards.
Hi, Just bought the template and i got this error in some items:
ERROR HttpErrorResponse {headers: HttpHeaders, status: 404, statusText: “Not Found”, url: “http://localhost:4200/api/tickets/latest”
same error for messages and notifications
Is there any fix for this or it’s meant to be this way so I change it with my data? I just wanted to see how all looks with the sample data you provide.
Thanks
Hi, thank you for buying Proxima. Particularly for the tickets/latest it’s a typo, please add an ’s’, it should be ‘tickets/latests’ where it’s being used. e.g. app/content/apps/tickets/services/ticket-service.
If you continue getting this or any other issue please write directly to support@5studios.net we’ll be happy to help you out.
Great, thanks!
I generally like the design, but on my 13in Macbook Pro, the UI element navigation extends past the bottom of the fold, and I can’t view the rest of the theme elements. You may want to adjust that menu item for those of us without mega displays…
Hi, This angular template “No jQuery dependency” ?
Hey, * No jQuery dependency *, that’s right.
i am getting error when run npm install cb() never called!
Hi, just replied to your email. Regards.
I think these guys have the best support team. I can certainly say from anyone I have encountered, they are simply the best of the class. I had to reach out to them for some minor suggestions and guidance, and they were super helpful, and their replies were expert level++ I am their fan!
Hi. The template code is not compiling and throwing lots of dependency errors in proxima-full.zip. Can you please assist?
Hello there, of course. Please write to support@5studios.net with details regarding your issue. Please include details about your development environment as well. Regards.
Is there any kind of theme switch possible with this? there is a lot of references to Dark and isDark in the code but I see no way of changing this
Hello there, Thank you for buying our theme. Not at this time, we’re working on it, that is not officially deployed nor in our demo, hence, we might change the way it’s implemented right now. Regards.
Hi there, I am having same warnings as vvvkiran, can you provide me the solution too, my email is prashantpareek1988@gmail.com
Hello there, please write to support@5studios.net and attach your purchase code. Thank you!
How to change the vertical menu to a horizontal menu? is need to change in layout.service.ts ?
if I change the horizontal menu then where I need to replace the logo ?
Hello, yes LayoutService is where you need to change. This is the default configuration const DefaultConfig: LayoutModel = { style: ‘vertical’, name: ‘default’, vertical: { fixedHeader: true, fixedSideNav: true, sidenavCollapsed: false }, horizontal: { fixedHeader: true } };
You should use style: ‘horizontal’. Please note the service saves the configuration to LocalStorage, so, once loaded for the first time you should update the LocalStorage in order for the changes to take effect.
You can use the LayoutService.reload method to give the new values, it takes the new layout config and updates the LocalStorage. This is what we do in the default Landing Page in fact, take a look at about-selection and about-demo components.
Please write to support@5studios.net to get full support.
Thank you
Dear Support,
Getting lots of errors,
please fix and update the code,
Uncaught Error: Angular JIT compilation failed: ’@angular/compiler’ not loaded! – JIT compilation is discouraged for production use-cases! Consider AOT mode instead. – Did you bootstrap using ’@angular/platform-browser-dynamic’ or ’@angular/platform-server’? – Alternatively provide the compiler with ‘import ”@angular/compiler”;’ before bootstrapping. at getCompilerFacade (core.js:643) at Function.get (core.js:39274) at getNgModuleDef (core.js:2210) at assertNgModuleType (core.js:2955) at compileNgModuleFactory__POST_R3__ (core.js:42352) at PlatformRef.bootstrapModule (core.js:42740) at bootstrap (main.ts:26) at hmrBootstrap (hmr.ts:11) at Module.<anonymous> (main.ts:29) at Module../src/main.ts (main.ts:32)
Hello, please check this https://github.com/angular/angular/issues/35788
I have the same issue like vvvrkiran has, addtionally I get the error in the starter version
ERROR in ./src/app/blocks/cards/cards.module.ts
Module not found: Error: Can't resolve 'ngx-bootstrap' in 'D:\repos\projects\Accounter\src\Accounter\Accounter.Angular\Accounter-App\src\app\blocks\cards'
ERROR in src/app/blocks/cards/cards.module.ts:3:32 - error TS2307: Cannot find module 'ngx-bootstrap'.
3 import { CollapseModule } from 'ngx-bootstrap';
Fixed cards.module.ts
with following line
import { CollapseModule } from 'ngx-bootstrap/collapse';
Hi, Thank you. We’ll update the theme ASAP to fix this and include new functionalities. Cheers!
Compiling ngx-highlightjs : es2015 as esm2015 17% building 65/66 modules 1 active …cuments/Projects/bookmytrip/node_modules/sass-loader/dist/cjs.js??ref—15-3!/Users/kiran/Documents/Projects/bookmytrip/src/main.scssWARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $i’. 28 │ &.radio-#{$i} { │ ^ ╵ stdin 28:15 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $i’. 28 │ &.radio-#{$i} { │ ^ ╵ stdin 28:15 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $i’. 120 │ &.tgl-#{$i} { │ ^ ╵ stdin 120:13 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $i’. 120 │ &.tgl-#{$i} { │ ^ ╵ stdin 120:13 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $i’. 96 │ &.radio-#{$i} { │ ^ ╵ stdin 96:15 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $i’. 96 │ &.radio-#{$i} { │ ^ ╵ stdin 96:15 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $i’. 118 │ &.checkbox-#{$i} { │ ^ ╵ stdin 118:18 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $i’. 118 │ &.checkbox-#{$i} { │ ^ ╵ stdin 118:18 root stylesheet
╷
69% building 546/547 modules 1 active …ments/Projects/bookmytrip/node_modules/sass-loader/dist/cjs.js??ref—15-3!/Users/kiran/Documents/Projects/bookmytrip/src/main.scssWARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $color’. 9 │ —#{$color}: #{$value}; │ ^^^ ╵ node_modules/bootstrap/scss/_root.scss 9:9 @import node_modules/bootstrap/scss/bootstrap.scss 11:9 @import src/theme/theme.scss 46:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $color’. 9 │ —#{$color}: #{$value}; │ ^^^ ╵ node_modules/bootstrap/scss/_root.scss 9:9 @import node_modules/bootstrap/scss/bootstrap.scss 11:9 @import src/theme/theme.scss 46:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $state’. 6 │ .table-#{$state} { │ ^^^ ╵ node_modules/bootstrap/scss/mixins/_table-row.scss 6:12 table-row-variant() node_modules/bootstrap/scss/_tables.scss 101:3 @import node_modules/bootstrap/scss/bootstrap.scss 17:9 @import src/theme/theme.scss 46:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $state’. 28 │ .table-#{$state} { │ ^^^ ╵ node_modules/bootstrap/scss/mixins/_table-row.scss 28:14 table-row-variant() node_modules/bootstrap/scss/_tables.scss 101:3 @import node_modules/bootstrap/scss/bootstrap.scss 17:9 @import src/theme/theme.scss 46:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $state’. 6 │ .table-#{$state} { │ ^^^ ╵ node_modules/bootstrap/scss/mixins/_table-row.scss 6:12 table-row-variant() node_modules/bootstrap/scss/_tables.scss 101:3 @import node_modules/bootstrap/scss/bootstrap.scss 17:9 @import src/theme/theme.scss 46:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $state’. 28 │ .table-#{$state} { │ ^^^ ╵ node_modules/bootstrap/scss/mixins/_table-row.scss 28:14 table-row-variant() node_modules/bootstrap/scss/_tables.scss 101:3 @import node_modules/bootstrap/scss/bootstrap.scss 17:9 @import src/theme/theme.scss 46:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $color’. 62 │ .btn-#{$color} { │ ^^^ ╵ node_modules/bootstrap/scss/_buttons.scss 62:10 @import node_modules/bootstrap/scss/bootstrap.scss 19:9 @import src/theme/theme.scss 46:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $color’. 62 │ .btn-#{$color} { │ ^^^ ╵ node_modules/bootstrap/scss/_buttons.scss 62:10 @import node_modules/bootstrap/scss/bootstrap.scss 19:9 @import src/theme/theme.scss 46:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $color’. 68 │ .btn-outline-#{$color} { │ ^^^ ╵ node_modules/bootstrap/scss/_buttons.scss 68:18 @import node_modules/bootstrap/scss/bootstrap.scss 19:9 @import src/theme/theme.scss 46:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $color’. 68 │ .btn-outline-#{$color} { │ ^^^ ╵ node_modules/bootstrap/scss/_buttons.scss 68:18 @import node_modules/bootstrap/scss/bootstrap.scss 19:9 @import src/theme/theme.scss 46:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $color’. 51 │ .badge-#{$color} { │ ^^^ ╵ node_modules/bootstrap/scss/_badge.scss 51:12 @import node_modules/bootstrap/scss/bootstrap.scss 30:9 @import src/theme/theme.scss 46:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $color’. 51 │ .badge-#{$color} { │ ^^^ ╵ node_modules/bootstrap/scss/_badge.scss 51:12 @import node_modules/bootstrap/scss/bootstrap.scss 30:9 @import src/theme/theme.scss 46:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $color’. 48 │ .alert-#{$color} { │ ^^^ ╵ node_modules/bootstrap/scss/_alert.scss 48:12 @import node_modules/bootstrap/scss/bootstrap.scss 32:9 @import src/theme/theme.scss 46:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $color’. 48 │ .alert-#{$color} { │ ^^^ ╵ node_modules/bootstrap/scss/_alert.scss 48:12 @import node_modules/bootstrap/scss/bootstrap.scss 32:9 @import src/theme/theme.scss 46:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $state’. 4 │ .list-group-item-#{$state} { │ ^^^ ╵ node_modules/bootstrap/scss/mixins/_list-group.scss 4:22 list-group-item-variant() node_modules/bootstrap/scss/_list-group.scss 157:3 @import node_modules/bootstrap/scss/bootstrap.scss 35:9 @import src/theme/theme.scss 46:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $state’. 4 │ .list-group-item-#{$state} { │ ^^^ ╵ node_modules/bootstrap/scss/mixins/_list-group.scss 4:22 list-group-item-variant() node_modules/bootstrap/scss/_list-group.scss 157:3 @import node_modules/bootstrap/scss/bootstrap.scss 35:9 @import src/theme/theme.scss 46:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $color’. 20 │ .border-#{$color} { │ ^^^ ╵ node_modules/bootstrap/scss/utilities/_borders.scss 20:13 @import node_modules/bootstrap/scss/_utilities.scss 3:9 @import node_modules/bootstrap/scss/bootstrap.scss 43:9 @import src/theme/theme.scss 46:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $color’. 20 │ .border-#{$color} { │ ^^^ ╵ node_modules/bootstrap/scss/utilities/_borders.scss 20:13 @import node_modules/bootstrap/scss/_utilities.scss 3:9 @import node_modules/bootstrap/scss/bootstrap.scss 43:9 @import src/theme/theme.scss 46:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $i’. 23 │ .stroke-#{$i} { │ ^ ╵ src/theme/shared/styles/_icons.scss 23:13 @import src/theme/shared/_styles.scss 4:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $i’. 23 │ .stroke-#{$i} { │ ^ ╵ src/theme/shared/styles/_icons.scss 23:13 @import src/theme/shared/_styles.scss 4:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $color’. 79 │ .btn-#{$color}, │ ^^^ ╵ src/theme/shared/styles/forms/_buttons.scss 79:10 @import src/theme/shared/styles/__forms.scss 6:9 @import src/theme/shared/_styles.scss 7:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $color’. 80 │ .btn-outline-#{$color} { │ ^^^ ╵ src/theme/shared/styles/forms/_buttons.scss 80:18 @import src/theme/shared/styles/__forms.scss 6:9 @import src/theme/shared/_styles.scss 7:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $color’. 79 │ .btn-#{$color}, │ ^^^ ╵ src/theme/shared/styles/forms/_buttons.scss 79:10 @import src/theme/shared/styles/__forms.scss 6:9 @import src/theme/shared/_styles.scss 7:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $color’. 80 │ .btn-outline-#{$color} { │ ^^^ ╵ src/theme/shared/styles/forms/_buttons.scss 80:18 @import src/theme/shared/styles/__forms.scss 6:9 @import src/theme/shared/_styles.scss 7:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $i’. 112 │ &.btn-#{$i} { │ ^ ╵ src/theme/shared/styles/forms/_buttons.scss 112:15 @import src/theme/shared/styles/__forms.scss 6:9 @import src/theme/shared/_styles.scss 7:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $i’. 112 │ &.btn-#{$i} { │ ^ ╵ src/theme/shared/styles/forms/_buttons.scss 112:15 @import src/theme/shared/styles/__forms.scss 6:9 @import src/theme/shared/_styles.scss 7:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $i’. 53 │ .bg-#{$i} { │ ^ ╵ src/theme/shared/styles/utilities/_background.scss 53:9 @import src/theme/shared/styles/__utilities.scss 5:9 @import src/theme/shared/_styles.scss 8:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $i’. 87 │ .bg-#{$i}-gradient { │ ^ ╵ src/theme/shared/styles/utilities/_background.scss 87:9 @import src/theme/shared/styles/__utilities.scss 5:9 @import src/theme/shared/_styles.scss 8:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $i’. 91 │ .bg-#{$i}-gradient-start { │ ^ ╵ src/theme/shared/styles/utilities/_background.scss 91:9 @import src/theme/shared/styles/__utilities.scss 5:9 @import src/theme/shared/_styles.scss 8:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $i’. 53 │ .bg-#{$i} { │ ^ ╵ src/theme/shared/styles/utilities/_background.scss 53:9 @import src/theme/shared/styles/__utilities.scss 5:9 @import src/theme/shared/_styles.scss 8:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $i’. 87 │ .bg-#{$i}-gradient { │ ^ ╵ src/theme/shared/styles/utilities/_background.scss 87:9 @import src/theme/shared/styles/__utilities.scss 5:9 @import src/theme/shared/_styles.scss 8:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $i’. 91 │ .bg-#{$i}-gradient-start { │ ^ ╵ src/theme/shared/styles/utilities/_background.scss 91:9 @import src/theme/shared/styles/__utilities.scss 5:9 @import src/theme/shared/_styles.scss 8:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $i’. 17 │ .b-#{$i} { │ ^ ╵ src/theme/shared/styles/utilities/_border.scss 17:8 @import src/theme/shared/styles/__utilities.scss 6:9 @import src/theme/shared/_styles.scss 8:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $i’. 21 │ .shadow-#{$i} { │ ^ ╵ src/theme/shared/styles/utilities/_border.scss 21:13 @import src/theme/shared/styles/__utilities.scss 6:9 @import src/theme/shared/_styles.scss 8:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $i’. 17 │ .b-#{$i} { │ ^ ╵ src/theme/shared/styles/utilities/_border.scss 17:8 @import src/theme/shared/styles/__utilities.scss 6:9 @import src/theme/shared/_styles.scss 8:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $i’. 21 │ .shadow-#{$i} { │ ^ ╵ src/theme/shared/styles/utilities/_border.scss 21:13 @import src/theme/shared/styles/__utilities.scss 6:9 @import src/theme/shared/_styles.scss 8:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $c’. 24 │ &.blanket-#{$c} { │ ^ ╵ src/theme/shared/styles/utilities/_blanket.scss 24:17 @import src/theme/shared/styles/__utilities.scss 13:9 @import src/theme/shared/_styles.scss 8:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $c’. 24 │ &.blanket-#{$c} { │ ^ ╵ src/theme/shared/styles/utilities/_blanket.scss 24:17 @import src/theme/shared/styles/__utilities.scss 13:9 @import src/theme/shared/_styles.scss 8:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
69% building 1239/1240 modules 1 active …nts/Projects/bookmytrip/node_modules/sass-loader/dist/cjs.js??ref—15-3!/Users/kiran/Documents/Projects/bookmytrip/src/main.scssWARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $color’. 78 │ &.accordion-#{$color} { │ ^^^ ╵ src/theme/shared/styles/components/_accordion.scss 78:19 @import src/theme/shared/styles/__components.scss 1:9 @import src/theme/shared/_styles.scss 9:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $color’. 78 │ &.accordion-#{$color} { │ ^^^ ╵ src/theme/shared/styles/components/_accordion.scss 78:19 @import src/theme/shared/styles/__components.scss 1:9 @import src/theme/shared/_styles.scss 9:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $color’. 4 │ .badge-outline-#{$color} { │ ^^^ ╵ src/theme/shared/styles/components/_badges.scss 4:20 @import src/theme/shared/styles/__components.scss 3:9 @import src/theme/shared/_styles.scss 9:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $color’. 4 │ .badge-outline-#{$color} { │ ^^^ ╵ src/theme/shared/styles/components/_badges.scss 4:20 @import src/theme/shared/styles/__components.scss 3:9 @import src/theme/shared/_styles.scss 9:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $i’. 5 │ &.progress-#{$i} { │ ^ ╵ src/theme/shared/styles/components/_progress-bar.scss 5:18 @import src/theme/shared/styles/__components.scss 6:9 @import src/theme/shared/_styles.scss 9:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $i’. 5 │ &.progress-#{$i} { │ ^ ╵ src/theme/shared/styles/components/_progress-bar.scss 5:18 @import src/theme/shared/styles/__components.scss 6:9 @import src/theme/shared/_styles.scss 9:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $color’. 162 │ .nav-tabs-#{$color} { │ ^^^ ╵ src/theme/shared/styles/components/_tabs.scss 162:15 @import src/theme/shared/styles/__components.scss 9:9 @import src/theme/shared/_styles.scss 9:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $color’. 162 │ .nav-tabs-#{$color} { │ ^^^ ╵ src/theme/shared/styles/components/_tabs.scss 162:15 @import src/theme/shared/styles/__components.scss 9:9 @import src/theme/shared/_styles.scss 9:9 @import src/theme/theme.scss 49:9 @import stdin 7:9 root stylesheet
╷
69% building 1518/1519 modules 1 active …nts/Projects/bookmytrip/node_modules/sass-loader/dist/cjs.js??ref—15-3!/Users/kiran/Documents/Projects/bookmytrip/src/main.scssWARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $name’. 4 │ .theme-#{$name} { │ ^^^ ╵ node_modules/ngx-bootstrap/datepicker/utils/scss/mixins.scss 4:12 theming() node_modules/ngx-bootstrap/datepicker/bs-datepicker.scss 541:3 @import src/theme/proxima/_datepickers.scss 2:9 @import src/theme/proxima/_styles.scss 2:9 @import src/theme/theme.scss 50:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $name’. 4 │ .theme-#{$name} { │ ^^^ ╵ node_modules/ngx-bootstrap/datepicker/utils/scss/mixins.scss 4:12 theming() node_modules/ngx-bootstrap/datepicker/bs-datepicker.scss 541:3 @import src/theme/proxima/_datepickers.scss 2:9 @import src/theme/proxima/_styles.scss 2:9 @import src/theme/theme.scss 50:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $name’. 96 │ &.dropzone-#{$name} { │ ^^^ ╵ src/theme/proxima/styles/components/_dropzone.scss 96:18 @import src/theme/proxima/styles/_components.scss 4:9 @import src/theme/proxima/_styles.scss 4:9 @import src/theme/theme.scss 50:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $name’. 96 │ &.dropzone-#{$name} { │ ^^^ ╵ src/theme/proxima/styles/components/_dropzone.scss 96:18 @import src/theme/proxima/styles/_components.scss 4:9 @import src/theme/proxima/_styles.scss 4:9 @import src/theme/theme.scss 50:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $color’. 260 │ &.fc-event-#{$color} { │ ^^^ ╵ src/theme/proxima/styles/components/_fullcalendar.scss 260:20 @import src/theme/proxima/styles/_components.scss 5:9 @import src/theme/proxima/_styles.scss 4:9 @import src/theme/theme.scss 50:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $color’. 264 │ &.fc-event-outline-#{$color} { │ ^^^ ╵ src/theme/proxima/styles/components/_fullcalendar.scss 264:28 @import src/theme/proxima/styles/_components.scss 5:9 @import src/theme/proxima/_styles.scss 4:9 @import src/theme/theme.scss 50:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $color’. 260 │ &.fc-event-#{$color} { │ ^^^ ╵ src/theme/proxima/styles/components/_fullcalendar.scss 260:20 @import src/theme/proxima/styles/_components.scss 5:9 @import src/theme/proxima/_styles.scss 4:9 @import src/theme/theme.scss 50:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $color’. 264 │ &.fc-event-outline-#{$color} { │ ^^^ ╵ src/theme/proxima/styles/components/_fullcalendar.scss 264:28 @import src/theme/proxima/styles/_components.scss 5:9 @import src/theme/proxima/_styles.scss 4:9 @import src/theme/theme.scss 50:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $color’. 271 │ .fc-event-#{$color}, │ ^^^ ╵ src/theme/proxima/styles/components/_fullcalendar.scss 271:17 @import src/theme/proxima/styles/_components.scss 5:9 @import src/theme/proxima/_styles.scss 4:9 @import src/theme/theme.scss 50:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value gray in interpolation here. It may end up represented as gray, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “gray”). If you really want to use the color value here, use ’”” + $color’. 272 │ .fc-event-outline-#{$color} { │ ^^^ ╵ src/theme/proxima/styles/components/_fullcalendar.scss 272:25 @import src/theme/proxima/styles/_components.scss 5:9 @import src/theme/proxima/_styles.scss 4:9 @import src/theme/theme.scss 50:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $color’. 271 │ .fc-event-#{$color}, │ ^^^ ╵ src/theme/proxima/styles/components/_fullcalendar.scss 271:17 @import src/theme/proxima/styles/_components.scss 5:9 @import src/theme/proxima/_styles.scss 4:9 @import src/theme/theme.scss 50:9 @import stdin 7:9 root stylesheet
╷
WARNING: You probably don’t mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, “black”). If you really want to use the color value here, use ’”” + $color’. 272 │ .fc-event-outline-#{$color} { │ ^^^ ╵ src/theme/proxima/styles/components/_fullcalendar.scss 272:25 @import src/theme/proxima/styles/_components.scss 5:9 @import src/theme/proxima/_styles.scss 4:9 @import src/theme/theme.scss 50:9 @import stdin 7:9 root stylesheet
╷
Hello there, replied to your email. Cheers!
Great work, GLWS.
These svg files are included in main downloadable folder.
Congratulations! Nice Work, GLWS
Very nice theme.