@daren/grid
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -36,3 +36,3 @@ "use strict"; | ||
})) : null, /*#__PURE__*/React.createElement("div", { | ||
className: (0, _utils.cx)('relative grid gap-x-4 grid-cols-4 md:grid-cols-8 lg:gap-x-6 lg:grid-cols-12', { | ||
className: (0, _utils.cx)('relative grid grid-cols-4 gap-x-4 md:grid-cols-8 lg:grid-cols-12 lg:gap-x-6', { | ||
'mx-auto max-w-7xl': !nested, | ||
@@ -39,0 +39,0 @@ 'gap-y-4 lg:gap-y-6': rowGap |
@@ -26,3 +26,3 @@ import { cx, __DEV__ } from '@daren/utils'; | ||
})) : null, /*#__PURE__*/React.createElement("div", { | ||
className: cx('relative grid gap-x-4 grid-cols-4 md:grid-cols-8 lg:gap-x-6 lg:grid-cols-12', { | ||
className: cx('relative grid grid-cols-4 gap-x-4 md:grid-cols-8 lg:grid-cols-12 lg:gap-x-6', { | ||
'mx-auto max-w-7xl': !nested, | ||
@@ -29,0 +29,0 @@ 'gap-y-4 lg:gap-y-6': rowGap |
{ | ||
"name": "@daren/grid", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"repository": { | ||
@@ -52,3 +52,3 @@ "type": "git", | ||
}, | ||
"gitHead": "9f5c6e7c9d77f6b5c88ca9dc0a5bc8a17056b999" | ||
"gitHead": "e14853b7fc044df886835cd1978eae4d0c2db312" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet