grid_template_areas property

grid_template_areas property

See the grid-template-areas property definition in CSS2.

Definition:

@property
def grid_template_areas(self):
    ...
@grid_template_areas.setter
def grid_template_areas(self, value):
    ...

See Also