UNPKG

@chakra-ui/styled-system

Version:

Style function for css-in-js building component libraries

28 lines (25 loc) 619 B
"use strict"; exports.__esModule = true; exports.grid = void 0; var _utils = require("../utils"); var grid = { gridGap: _utils.t.space("gridGap"), gridColumnGap: _utils.t.space("gridColumnGap"), gridRowGap: _utils.t.space("gridRowGap"), gridColumn: true, gridRow: true, gridAutoFlow: true, gridAutoColumns: true, gridColumnStart: true, gridColumnEnd: true, gridRowStart: true, gridRowEnd: true, gridAutoRows: true, gridTemplate: true, gridTemplateColumns: true, gridTemplateRows: true, gridTemplateAreas: true, gridArea: true }; exports.grid = grid; //# sourceMappingURL=grid.js.map