Allow supply classes for notifications. ``` JavaScript $('.js-notifications').notify({ message: {text: 'Hello!' }, class: "my-custom-alert-class" }).show(); ```