// NOTIFIER: COMBINED STYLES
//
// This file acts as an index - it forwards the core styles as well as all provided themes and types. For performance and maintainability
// reasons, it's probably better include only the files needed within the specific project. Alternatively, it's also possible to only use
// those parts (SASS files) used, or even write the styles completely from scratch.
//
// Technical sidenote:
// We use @forward to make all styles available when this file is imported.

// Core
@forward './styles/core.scss';

// Themes
@forward './styles/themes/theme-material.scss';
@forward './styles/themes/theme-bootstrap.scss';
@forward './styles/themes/theme-primeng.scss';

// Types
@forward './styles/types/type-default.scss';
@forward './styles/types/type-error.scss';
@forward './styles/types/type-info.scss';
@forward './styles/types/type-success.scss';
@forward './styles/types/type-warning.scss';
