Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

return() #12

@corysimmons

Description

@corysimmons

It'd be nice to explicitly return these anywhere -- especially where Grid Layout Spec is concerned.

grid-template-columns:
  return(sizes(ratio(1.618, 1) ratio(1.618, 2)) pluck(1))
  return(sizes(ratio(1.618, 1) ratio(1.618, 2)) pluck(2))
;

return() might be too vague and clash with preprocessors.

get() maybe?

grid-template-columns:
  get(sizes(ratio(1.618, 1) ratio(1.618, 2)) pluck(1))
  get(sizes(ratio(1.618, 1) ratio(1.618, 2)) pluck(2))
;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions