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
The grid component currently is not following BEM naming.
mdl-cell should be mdl-grid__cell for example.
mdl-cell
mdl-grid__cell
mdl-cell--hide-{whatever} when refactored should become mdl-grid--hide-{whatever} as per issue #1159 and #1162.
mdl-cell--hide-{whatever}
mdl-grid--hide-{whatever}
The text was updated successfully, but these errors were encountered:
Closing; superseded by #4498
Sorry, something went wrong.
sgomes
No branches or pull requests
The grid component currently is not following BEM naming.
mdl-cell
should bemdl-grid__cell
for example.mdl-cell--hide-{whatever}
when refactored should becomemdl-grid--hide-{whatever}
as per issue #1159 and #1162.The text was updated successfully, but these errors were encountered: