12 lines
210 B
SCSS
12 lines
210 B
SCSS
// SweetAlert2
|
|
// github.com/sweetalert2/sweetalert2
|
|
|
|
@import 'scss/theming';
|
|
@import 'scss/polyfills';
|
|
@import 'scss/animations';
|
|
|
|
body {
|
|
@include sweetalert2-body();
|
|
@include sweetalert2-toasts-body();
|
|
}
|