#SweetAlert
An awesome replacement for JavaScript's alert.
[See it in action!](http://tristanedwards.me/sweetalert)

#Usage
You can install SweetAlert through bower:
```bash
bower install sweetalert
```
Alternatively, download the package and reference the JavaScript and CSS files manually:
```html
```
#SASS
The css is built with the `--style compressed` and `--sourcemap=none` options:
sass --style compressed --sourcemap=none sweet-alert.scss sweet-alert.css