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

Adding some more codehints for flex-* properties #6584

Merged
merged 2 commits into from
Jan 26, 2014

Conversation

marcelgerber
Copy link
Contributor

@ghost ghost assigned RaymondLim Jan 24, 2014
@marcelgerber
Copy link
Contributor Author

@RaymondLim Would you mind reviewing this?

"flex": {"values": ["none"]},
"flex-basis": {"values": []},
"flex": {"values": ["auto", "initial", "none"]},
"flex-basis": {"values": ["auto", "initial"]},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SAplayer I'm not sure initial is a valid one since it's not listed in w3c candidate recommendation. I would question the accuracy of the mozilla link you provided since it also shows inherit as a value in its example.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just changed it. Is flex right at least?

@RaymondLim
Copy link
Contributor

Looks good. Merging.

RaymondLim added a commit that referenced this pull request Jan 26, 2014
Adding some more codehints for flex-* properties
@RaymondLim RaymondLim merged commit 331cb55 into adobe:master Jan 26, 2014
@marcelgerber marcelgerber deleted the flex-csscodehints branch January 27, 2014 17:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants