Skip to content

Commit

Permalink
Merge pull request #177 from nextcloud/nickvergessen-patch-1
Browse files Browse the repository at this point in the history
Fix scss import
  • Loading branch information
skjnldsv authored Aug 27, 2020
2 parents 66b9f16 + 2e917df commit 9829c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ npm i -S @nextcloud/dialogs

```js
import { showMessage, showInfo, showSuccess, showWarning, showError } from '@nextcloud/dialogs'
import '@nextcloud/dialogs/styles/toast'
import '@nextcloud/dialogs/styles/toast.scss'
```

Make sure that the `@nextcloud/dialogs/styles/toast` file is included in your app to make sure that the toasts have a proper styling applied.
Expand Down

0 comments on commit 9829c43

Please sign in to comment.