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.
1 parent 402f2ed commit 14cf8a0Copy full SHA for 14cf8a0
index.js
@@ -1,7 +1,7 @@
1
const _ = require('lodash')
2
3
module.exports = function ({
4
- grids = _.range(1, 12),
+ grids = _.range(1, 13),
5
gaps = {},
6
autoMinWidths = {},
7
variants = ['responsive'],
package.json
@@ -1,6 +1,6 @@
{
"name": "tailwindcss-grid",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "CSS grid plugin for tailwindcss framework",
"main": "index.js",
"scripts": {
0 commit comments