Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f569a30

Browse files
author
Alain Dumesny
authored
Merge pull request gridstack#1430 from adumesny/develop
doc tweaks
2 parents 6f04f6a + b3afa0c commit f569a30

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ gridstack.js
77
[![Coverage Status](https://coveralls.io/repos/github/gridstack/gridstack.js/badge.svg?branch=develop)](https://coveralls.io/github/gridstack/gridstack.js?branch=develop)
88
[![downloads](https://img.shields.io/npm/dm/gridstack.svg)](https://www.npmjs.com/package/gridstack)
99

10-
Mobile-friendly Javascript library (with Typescript bindings) for dashboard layout and creation. Making a drag-and-drop, multi-column responsive dashboard has never been easier. Allows you to build draggable, responsive bootstrap v4-friendly layouts. It also has multiple bindings and works great with [React](https://reactjs.org/), [Angular](https://angular.io/), [Knockout.js](http://knockoutjs.com), [Ember](https://www.emberjs.com/) and others. Includes Typescript defines.
10+
Mobile-friendly modern Typescript library for dashboard layout and creation. Making a drag-and-drop, multi-column responsive dashboard has never been easier. Has multiple bindings and works great with [React](https://reactjs.org/), [Vue](https://vuejs.org/), [Angular](https://angular.io/), [Knockout.js](http://knockoutjs.com), [Ember](https://www.emberjs.com/) and others (see [frameworks](#gridstackjs-for-specific-frameworks) section).
1111

1212
Inspired by no-longer maintained gridster, built with love.
1313

14-
Please visit http://gridstackjs.com and [these demos](http://gridstackjs.com/demo/).
14+
Check http://gridstackjs.com and [these demos](http://gridstackjs.com/demo/).
1515

1616
If you find this lib useful, please donate [PayPal](https://www.paypal.me/alaind831) or [Venmo](https://www.venmo.com/adumesny) (adumesny) and help support it!
1717

src/gridstack.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* required gridstack 2.0.0 CSS for default 12 and 1 columnMode size. Use gridstack-extra.css for others
2+
* gridstack 2.1.0 required CSS for default 12 and 1 column Mode size. Use gridstack-extra.css for column [2-11], else see https://github.com/gridstack/gridstack.js#custom-columns-css
33
* https://gridstackjs.com/
44
* (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov
55
* gridstack.js may be freely distributed under the MIT license.
@@ -23,7 +23,6 @@ $animation_speed: .3s !default;
2323

2424
&.grid-stack-rtl {
2525
direction: ltr;
26-
2726
> .grid-stack-item {
2827
direction: rtl;
2928
}

0 commit comments

Comments
 (0)