We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular 18 offers to migrate to a new build system. However, when doing so the build results in an error with the icons.
To avoid this error, the icons should be declared as:
// RIGHT $_accordion-button-icon: icons.get-colored-svg-url(2113, $accordion-button-color); $accordion-button-icon: url('#{$_accordion-button-icon}'); // WRONG $accordion-button-icon: url('#{icons.get-colored-svg-url(2113, $accordion-button-color)}');
The text was updated successfully, but these errors were encountered:
schaertim
Successfully merging a pull request may close this issue.
Angular 18 offers to migrate to a new build system.
However, when doing so the build results in an error with the icons.
To avoid this error, the icons should be declared as:
The text was updated successfully, but these errors were encountered: