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
Here is a SASS code snipped which can make life easier (Thanks to @ascendantofrain, [#81](https://github.com/troolee/gridstack.js/issues/81)):
623
623
624
-
```
624
+
```sass
625
625
.grid-stack-item {
626
626
627
627
$gridstack-columns: 12;
@@ -645,7 +645,7 @@ There are few extra CSS batteries in `gridstack-extra.css` (`gridstack-extra.min
645
645
646
646
You can use other than 12 grid width:
647
647
648
-
```
648
+
```html
649
649
<divclass="grid-stack grid-stack-N">...</div>
650
650
```
651
651
```javascript
@@ -731,7 +731,7 @@ CSS stylesheet dynamically. As a workaround you can do the following:
731
731
- Create `gridstack-ie8.css` for your configuration (sample for grid with cell height of 60px can be found [here](https://gist.github.com/troolee/6edfea5857f4cd73e6f1)).
0 commit comments