# @sweetalert2/theme-dark - Dark Theme for [SweetAlert2](https://github.com/sweetalert2/sweetalert2)
[](https://www.npmjs.com/package/@sweetalert2/theme-dark)
Installation
------------
```sh
npm install --save sweetalert2 @sweetalert2/theme-dark
```
Usage
-----
With CSS:
```html
```
With SASS:
`your-app.js`:
```js
import Swal from 'sweetalert2/src/sweetalert2.js'
```
`your-app.scss`:
```scss
@import '~@sweetalert2/theme-dark/dark.scss';
```