build: replace @nga/theme and @nga/auth with @akveo/nga-theme and @akveo/nga-auth

This commit is contained in:
Alexander Zhukov 2017-06-26 12:38:12 +03:00
parent 2239e80e59
commit d351b3d6ff
13 changed files with 16 additions and 16 deletions

View file

@ -2,8 +2,8 @@
@import 'variables';
// framework component themes (styles tied to theme variables)
@import '~@nga/theme/styles/globals';
@import '~@nga/auth/styles/all';
@import '~@akveo/nga-theme/styles/globals';
@import '~@akveo/nga-auth/styles/all';
// custom global styles
@import 'global';

View file

@ -1,7 +1,7 @@
// nga theming framework
@import '~@nga/theme/styles/theming';
@import '~@akveo/nga-theme/styles/theming';
// nga our of the box themes
@import '~@nga/theme/styles/themes';
@import '~@akveo/nga-theme/styles/themes';
// which themes you what to enable (empty to enable all - not recommended)
$nga-enabled-themes: (default, light, cosmic);