Skip to content

Commit 99e1651

Browse files
authored
Reindent
1 parent 7d37635 commit 99e1651

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@
99

1010
```js
1111
module.exports = {
12-
// ...
13-
14-
plugins: [
15-
// ...
16-
require('tailwindcss-grid')({
17-
grids: [2, 3, 5, 6, 8, 10, 12],
18-
gaps: {
19-
0: '0',
20-
4: '1rem',
21-
8: '2rem',
22-
'4-x': '1rem',
23-
'4-y': '1rem'
24-
},
25-
autoMinWidths: {
26-
'16': '4rem',
27-
'24': '6rem',
28-
'300px': '300px'
29-
},
30-
variants: ['responsive']
31-
})
32-
]
12+
// ...
13+
14+
plugins: [
15+
// ...
16+
require('tailwindcss-grid')({
17+
grids: [2, 3, 5, 6, 8, 10, 12],
18+
gaps: {
19+
0: '0',
20+
4: '1rem',
21+
8: '2rem',
22+
'4-x': '1rem',
23+
'4-y': '1rem',
24+
},
25+
autoMinWidths: {
26+
'16': '4rem',
27+
'24': '6rem',
28+
'300px': '300px',
29+
},
30+
variants: ['responsive'],
31+
}),
32+
],
3333
}
3434
```
3535

0 commit comments

Comments
 (0)