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.
2 parents 70ed851 + 7169f3b commit 613cd95Copy full SHA for 613cd95
README.md
@@ -162,7 +162,7 @@ GridStack.init( {column: N} );
162
163
2) include `gridstack-extra.css` if **N < 12** (else custom CSS - see next). Without these, things will not render/work correctly.
164
```html
165
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gridstack@0.6.4/dist/gridstack-extra.css"/>
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gridstack@1.1.0/dist/gridstack-extra.css"/>
166
167
<div class="grid-stack grid-stack-N">...</div>
168
```
0 commit comments