pub const MIN_GRID_LINE: i32 = -10000;
Expand description

These are the limits that we choose to clamp grid line numbers to. http://drafts.csswg.org/css-grid/#overlarge-grids line_num is clamped to this range at parse time.