Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Bug report: Justify Content: start, should be flex-start; #6818

Closed
Darko opened this issue Jan 22, 2016 · 2 comments
Closed

Bug report: Justify Content: start, should be flex-start; #6818

Darko opened this issue Jan 22, 2016 · 2 comments
Assignees
Milestone

Comments

@Darko
Copy link

Darko commented Jan 22, 2016

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;"

478960

I am using the latest Angular Material version.

@devversion
Copy link
Member

Should be fixed after #6827 is merged.

@ThomasBurleson
Copy link
Contributor

@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).

@ThomasBurleson ThomasBurleson added this to the 1.0.4 milestone Jan 25, 2016
@ThomasBurleson ThomasBurleson self-assigned this Jan 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants