Skip to content

Commit d8c880f

Browse files
authored
Update README.md
1 parent 3ddfe1f commit d8c880f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## Configuration options:
44

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
77
- `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
99

1010
```js
1111
module.exports = {
@@ -49,8 +49,8 @@ It's not really practical to expose all of the power of CSS Grid through utiliti
4949

5050
---
5151

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
5353

54-
[View demo](https://tailwindcss.github.io/plugin-examples/#css-grid) · [View source](https://github.com/tailwindcss/plugin-examples/blob/master/plugins/css-grid/index.js)
54+
[View original demo](https://tailwindcss.github.io/plugin-examples/#css-grid)
5555

5656
![](https://user-images.githubusercontent.com/4323180/37525015-fb5c78f2-2901-11e8-97be-18c66d12bf84.png)

0 commit comments

Comments
 (0)