Packages

Layout and style that's easy to refactor, all without thinking about CSS.

Current section

Files

Jump to
legos include legos@internal@model_GridTemplateStyle.hrl
Raw

include/legos@internal@model_GridTemplateStyle.hrl

-record(grid_template_style, {
spacing :: {legos@internal@model:length(), legos@internal@model:length()},
columns :: list(legos@internal@model:length()),
rows :: list(legos@internal@model:length())
}).