finished SCSS theming support

This commit is contained in:
lotte
2019-03-25 13:28:57 +01:00
committed by Art Lowel
parent a4a4be9983
commit 856211d964
9 changed files with 140 additions and 40 deletions

View File

@@ -5,7 +5,6 @@ import { AuthEffects } from './auth/auth.effects';
import { JsonPatchOperationsEffects } from './json-patch/json-patch-operations.effects';
import { ServerSyncBufferEffects } from './cache/server-sync-buffer.effects';
import { ObjectUpdatesEffects } from './data/object-updates/object-updates.effects';
import { ThemeEffects } from './theme/theme.effects';
export const coreEffects = [
RequestEffects,
@@ -15,5 +14,4 @@ export const coreEffects = [
JsonPatchOperationsEffects,
ServerSyncBufferEffects,
ObjectUpdatesEffects,
ThemeEffects
];