mirror of
https://ark.sudovanilla.org/Korbs/electron-tabs.git
synced 2024-12-22 19:43:53 +00:00
Merge pull request #137 from cxgreat2014/patch-1
Fix README dragula css link
This commit is contained in:
commit
8a6e0f6d57
|
@ -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