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
$material-design-icons-font-directory-path: '~material-design-icons-iconfont/dist/fonts/';
@import '~material-design-icons-iconfont/src/material-design-icons';
Leads to:
Error: File to import not found or unreadable:
The text was updated successfully, but these errors were encountered:
Try
$material-design-icons-font-directory-path: '~material-design-icons-iconfont/dist/fonts/'; @import 'material-design-icons-iconfont/src/material-design-icons';
Remove the ~ from the @import statement
Sorry, something went wrong.
On my side, basing myself on the readme in the Google Materials icons project, this seems to work for me:
@import 'material-design-icons-iconfont/dist/material-design-icons.css';
No branches or pull requests
$material-design-icons-font-directory-path: '~material-design-icons-iconfont/dist/fonts/';
@import '~material-design-icons-iconfont/src/material-design-icons';
Leads to:
Error: File to import not found or unreadable:
The text was updated successfully, but these errors were encountered: