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
In the theming section, the custom sass import should be colors instead of colours in 3 places.
// Required @import "node_modules/daemonite-material/assets/scss/colours" (twice)
// Required
@import "node_modules/daemonite-material/assets/scss/colours"
// Import Material colours @import "node_modules/daemonite-material/assets/scss/colours"
// Import Material colours
The text was updated successfully, but these errors were encountered:
Fixed in my fork : https://djibe.github.io/material/
Thanks for your help.
Sorry, something went wrong.
Hi @usr3,
This has been fixed by #237.
Reopening...
#237 only fixed two, one more to go.
No branches or pull requests
In the theming section, the custom sass import should be colors instead of colours in 3 places.
// Required
@import "node_modules/daemonite-material/assets/scss/colours"
(twice)// Import Material colours
@import "node_modules/daemonite-material/assets/scss/colours"
The text was updated successfully, but these errors were encountered: