// THEMES

@import "../core/_core.scss";
@import "_default-theme.scss";
@import "_minimal-theme.scss";
@import "_dark-theme.scss";
@import "_bootstrap-theme.scss";
@import "_bootstrap3-info-theme.scss";

.ng2-tag-input {
    @include tag-input-theme($default-theme);
}

.minimal.ng2-tag-input {
    @include tag-input-theme($minimal-theme);
}

.dark.ng2-tag-input {
    @include tag-input-theme($dark-theme);
}

.bootstrap.ng2-tag-input {
    @include tag-input-theme($bootstrap-theme);
}

.bootstrap3-info.ng2-tag-input {
    @include tag-input-theme($bootstrap3-info-theme);
}

.error-message {
    @include error-message($default-theme);
}

.bootstrap .error-message {
    @include error-message($bootstrap-theme);
}
