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
cov.covalent-material-icons(); always download icons from google site instead I wish to embed in my bundle
cov.covalent-material-icons();
reading the page https://teradata.github.io/covalent/v8/#/docs/theming/sass-mixins
// Include pre-bundled material-icons $mat-font-url: '../node_modules/@covalent/core/common/styles/font/'; cov.covalent-material-icons();
but looking at performed netowrk requests it doesn't works as expected
Loking inside the code I've found that the variable $mat-font-url is not used at all in common/styles/font/_font.scss since tag version 8.1.0
$mat-font-url
covalent/libs/angular/common/styles/font/_font.scss
Line 1 in 0263a20
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cov.covalent-material-icons();
always download icons from google site instead I wish to embed in my bundle
reading the page https://teradata.github.io/covalent/v8/#/docs/theming/sass-mixins
but looking at performed netowrk requests it doesn't works as expected
Loking inside the code I've found that the variable
$mat-font-url
is not used at all in common/styles/font/_font.scss since tag version 8.1.0covalent/libs/angular/common/styles/font/_font.scss
Line 1 in 0263a20
The text was updated successfully, but these errors were encountered: