Fix README dragula css link
This commit is contained in:
parent
f29c5b00ae
commit
01d410ac16
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue