Is there a way to incorporate custom scss files downloaded from Syncfusion Theme Studio into Angular CLI without adding the URL to the styles section in angular.json
? Can we directly import it into styles.scss
instead?
I attempted to do so by including this line:
@import './scss/themestudio/multiselect-bootstrap4-202104281445211345-8b09079-/bootstrap4.scss';
Unfortunately, it did not work as expected.