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
I can do a PR for this, but I thought I would check first...
Can we remove the scss imports from the project? I'd like to let my project handle these dependencies.
Users may want to use asynchronous loading:
import('@material/card/mdc-card.scss');
Or simply load the full stylesheet:
import "~material-components-web/dist/material-components-web.css";
The text was updated successfully, but these errors were encountered:
@ryan-codingintrigue you are right, haven't thought about that.
Please provide a PR and let me know if you like to become a collaborator since I am a bit stretched on time.
Sorry, something went wrong.
No branches or pull requests
I can do a PR for this, but I thought I would check first...
Can we remove the scss imports from the project? I'd like to let my project handle these dependencies.
Users may want to use asynchronous loading:
Or simply load the full stylesheet:
The text was updated successfully, but these errors were encountered: