@davidgeary wrote:
I’m using a 3rd-party Angular control (ngx-color-picker) within my ionic 4 app which allows CSS classes to be assigned to its ‘internal’ elements such as its buttons. Naturally, I want to create CSS styles matching those of the Ionic components. However, very few of Ionic’s styles are exposed as classes that I can reuse and the underlying SASS code isn’t included in the library.
So it looks like the only way is to clone the whole Ionic repo and import the relevant .scss files into my app.
Is this correct or is there some other, more simpler way of accomplishing this?
Posts: 1
Participants: 1