question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Custom theme not possible in 1.6.1 (missing .scss file)

See original GitHub issue

PLEASE MAKE SURE THAT:

  • you searched similar issues online (9/10 issues in this repo are solved by googling, so please…do it)
  • you provide an online demo I can see without having to replicate your environment
  • you help me by debugging your issue, and if you can’t, do go on filling out this form

I’m submitting a … (check one with “x”)

[X] bug report => search github for a similar issue or PR before submitting
[ ] support request/question

Notice: feature requests will be ignored, submit a PR if you'd like

Current behavior

As the documentation says, in order to make a custom theme we have to import ngx-chips/dist/modules/core/styles/core/_core.scss

In version 1.6.1 this file no longer exists, so trying to import it gives an error.

Expected behavior

To be able to import the .scss file to make a custom theme.

Minimal reproduction of the problem with instructions (if applicable)

Use @import "~node_modules/ngx-chips/dist/modules/core/styles/core/_core.scss";

What do you use to build your app?. Please specify the version

angular-cli 1.6.0

Angular version:

5.1.0

ngx-chips version:

1.6.1

Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]

all

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:5
  • Comments:26 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
Gbuompriscocommented, Dec 9, 2017

It appears scss files are not being moved with the new build process, stick to the version 1.5.11 while this gets fixed

1reaction
PsyGikcommented, Feb 16, 2018

1.6.3-rc.3 works with @import "~ngx-chips/core/styles/core/_core.scss" on AOT builds

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular 2 Custom Theme , SCSS error - sass - Stack Overflow
I am trying to setup a custom theme for my angular-cli project that goes along with our branding colors. I found a stackoverflow...
Read more >
The complete guide to customizing a Tailwind CSS theme
The complete tutorial on creating a custom Tailwind CSS theme, including installing Node.js and setting up the PostCSS build process.
Read more >
[Resolved] Buddypress.js not working with custom theme and ...
Basically, I've provided php and css files via my theme but would like the js bits to continue to be provided by BP....
Read more >
bslib: Custom 'Bootstrap' 'Sass' Themes for 'shiny' and ...
Description Simplifies custom 'CSS' styling of both 'shiny' and ... Whether or not to add a !default flag (if missing) to variable ...
Read more >
UI Theme Designer - SAP Help Portal
Note that only your custom themes, and no SAP themes, are displayed on the ... for this theme to be applied to an...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found