chore: fix missing extend style item

pull/104/head
boojack 3 years ago
parent 2136a954f5
commit 5a20db0bed

@ -23,6 +23,9 @@ module.exports = {
100: "100", 100: "100",
1000: "1000", 1000: "1000",
}, },
gridTemplateRows: {
7: "repeat(7, minmax(0, 1fr))",
},
}, },
}, },
}; };

Loading…
Cancel
Save