We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9fbc9d + 650cc7e commit 762f76cCopy full SHA for 762f76c
index.js
@@ -6,7 +6,7 @@ module.exports = function ({ grids = _.range(1, 12), gaps = {}, variants = ['res
6
{ '.grid': { display: 'grid' } },
7
{ '.grid-dense': { gridAutoFlow: 'dense' } },
8
..._.map(gaps, (size, name) => ({
9
- [`.grid-gap-${e(name)}`]: { gridGap: size },
+ [`.${e(`grid-gap-${name}`)}`]: { gridGap: size },
10
})),
11
...grids.map(columns => ({
12
[`.grid-columns-${columns}`]: {
0 commit comments