You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
## Configuration options:
4
4
5
-
-`grids`, for specifying all of the grid sizes you'd like to generate
6
-
-`gaps`, for specifying the gap sizes you'd like to generate
5
+
-`grids` for specifying all of the grid sizes you'd like to generate
6
+
-`gaps` for specifying the gap sizes you'd like to generate
7
7
-`autoMinWidths` for specifying min width to columns using auto-fit and minmax
8
-
-`variants`, for specifying which variants to generate
8
+
-`variants` for specifying which variants to generate
9
9
10
10
```js
11
11
module.exports= {
@@ -49,8 +49,8 @@ It's not really practical to expose all of the power of CSS Grid through utiliti
49
49
50
50
---
51
51
52
-
This was originally isolated from [https://github.com/tailwindcss/plugin-examples](https://github.com/tailwindcss/plugin-examples) to publish to npm
52
+
This repo was originally isolated from [https://github.com/tailwindcss/plugin-examples](https://github.com/tailwindcss/plugin-examples) to publish to npm. Credit and thanks to @adamwathan
0 commit comments