-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Labels
code qualityMake the code cleaner or prettier.Make the code cleaner or prettier.documentationImprovements or additions to documentationImprovements or additions to documentationusabilityMake the library more comfortable to useMake the library more comfortable to use
Description
A few notes from my work on CSS grid that relates to
MeasureFunc:
- For Grid, we will want to be able to pass a "sizing constraint" (
MinContentor >MaxContent) as an alternative to a size (or in addition to an indefinite size).- CSS calls the result of it's equivalent of a "MeasureFunc" an item's "intrinsic size" when sized under such constraints
- Finally, perhaps obvious to some, but
MeasureFuncs only ever apply to leaf nodes and are ignored on Flex nodes. We may wish to make this clearer in the API and/or docs!
Originally posted by @nicoburns in #57 (comment)
bestouff
Metadata
Metadata
Assignees
Labels
code qualityMake the code cleaner or prettier.Make the code cleaner or prettier.documentationImprovements or additions to documentationImprovements or additions to documentationusabilityMake the library more comfortable to useMake the library more comfortable to use