Merge pull request #137 from cxgreat2014/patch-1

Fix README dragula css link
This commit is contained in:
Thomas Brouard 2022-02-23 10:52:21 +01:00 committed by GitHub
commit 8a6e0f6d57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -246,7 +246,7 @@ npm install dragula --save
Don't forget to add a link to its stylesheet in the header:
```html
<link rel="stylesheet" href="node_modules/dist/dragula.css">
<link rel="stylesheet" href="node_modules/dragula/dist/dragula.css">
```
Then call Dragula in your script once tabGroup is ready: