You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
I was working with angular material and I needed the property layout-align="start start", I wasn't getting the expected result, so I checked the developer tools. There, I noticed that justify-content has a syntax issue, instead of "justify-content: flex-start;" it is "justify-content: start;"
I am using the latest Angular Material version.
The text was updated successfully, but these errors were encountered:
devversion
added a commit
to devversion/material
that referenced
this issue
Jan 23, 2016
@darkoefremov - the Layout Attribute selectors CSS file will be deprecated in the near future. It is highly recommended that you use the standard Layout API (with layout.scss).
I was working with angular material and I needed the property layout-align="start start", I wasn't getting the expected result, so I checked the developer tools. There, I noticed that justify-content has a syntax issue, instead of "justify-content: flex-start;" it is "justify-content: start;"
I am using the latest Angular Material version.
The text was updated successfully, but these errors were encountered: