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 b85133f + 71099f1 commit b3febc0Copy full SHA for b3febc0
README.md
@@ -193,7 +193,7 @@ GridStack.init( {column: N} );
193
194
2) include `gridstack-extra.css` if **N < 12** (else custom CSS - see next). Without these, things will not render/work correctly.
195
```html
196
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gridstack@1.1.2/dist/gridstack-extra.css"/>
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gridstack@2.0.0/dist/gridstack-extra.css"/>
197
198
<div class="grid-stack grid-stack-N">...</div>
199
```
0 commit comments